shithub: mc

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