shithub: mc

ref: 5ca25b7878e0ae8e5843d46e650e3cd487f37080
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
}