shithub: mc

ref: 9c6173cb0b582ce5a5115ea096a0865c7e2334bb
dir: /test/generic-in-const.myr/

View raw version
use std
/*
should fail to compile because generic types
are only allowed in generic declarations.
*/
const foo = {v : @a
	-> v
}