shithub: mc

ref: 55a8161ac8d282bf14fc4344d0b87b334b375767
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
}