shithub: mc

ref: 3b5a5cd9b9843d0ba824c756911456d57cf1c1be
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
}