shithub: mc

ref: 731dd8851a19c11f91d01bdc8c469c77d653a4ea
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
}