shithub: mc

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