shithub: mc

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