shithub: mc

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