shithub: mc

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