shithub: mc

ref: 3a45cf391fee2805331c88d6947f3bdbd8689478
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
}