shithub: mc

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