shithub: mc

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