shithub: mc

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