shithub: mc

ref: 2f2e574cc824695de2d5e2b233063afd6e7814bb
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
}