shithub: mc

ref: 5cacde485bf6338bbf216b7a5249bb51c84e15fc
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
}