shithub: mc

ref: c039e23ae4fd65431fb40f6d556d72a977725b0f
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
}