shithub: mc

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