shithub: mc

ref: 3f457c0c972ce2cdb413a76a05da874d998f2cc2
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
}