shithub: mc

ref: 71e8fc4ea9aec9f7cbb15424d6f612d636e3656b
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
}