shithub: mc

ref: 8e62e63f2e282f1b476d15c609d5f65525bca0cf
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
}