shithub: mc

ref: b120745ab31e2b6a061b97c20e40ff643e2c867b
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
}