shithub: mc

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