shithub: mc

ref: 71a77dbd7f8a317edf08c55edbfe3016e97ea7fc
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
}