shithub: mc

ref: 7793ebdf61e4082843444877b6b62411537cb243
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
}