shithub: mc

ref: 4ea133ddac02791432ad26864fbdad4f1d49120f
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
}