shithub: mc

ref: dc1c40487c001a71917a25627c2d9e14891f401b
dir: /test/generic-in-const.myr/

View raw version
use std
/*
should fail to compile because generic types
are only allowed in generic declarations.
*/
const foo = {v : @a
	-> v
}