shithub: mc

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