shithub: mc

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