shithub: mc

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