shithub: mc

ref: 8b1de0f225eab90b377e521de437718d2587b383
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
}