shithub: mc

ref: 78792ee3796ef75c10ecc635c2962dba9eb58203
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
}