shithub: mc

ref: 4c4a81a00c9265c4279f9442564c37f30df3fd63
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
}