shithub: mc

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