shithub: mc

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