shithub: mc

ref: 34c3e5b0116a5283433c9cf6c3484ee6967e3030
dir: /test/generic-in-const.myr/

View raw version
/*
should fail to compile because generic types
are only allowed in generic declarations.
*/
const foo = {v : @a
	-> v
}