shithub: mc

ref: 4469bf2ece473f5e51cd549131f76f184705f75f
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
}