shithub: mc

ref: 90c065621cb9245e996dd379270ffa7c277d13db
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
}