shithub: mc

ref: 96cb5ec50175acc33b6f67ae4690e9ef9badaffa
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
}