shithub: mc

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