shithub: mc

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