shithub: mc

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