shithub: mc

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