shithub: mc

ref: 174e930c17cade4b9cd8e5a3805c3214ab100843
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
}