shithub: mc

ref: ad0ad265bd4ec05c365a821df171df9d60cd224d
dir: /test/generic-in-const.myr/

View raw version
use std
/*
should fail to compile because generic types
are only allowed in generic declarations.
*/
const foo = {v : @a
	-> v
}