shithub: mc

ref: 196258441277732b8ab24471404b7fd21a81987a
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
}