shithub: mc

ref: a3190859afca26c9482a8f2a34949a1d1443cbcb
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
}