shithub: mc

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

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