shithub: mc

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