shithub: mc

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