shithub: mc

ref: 366eeda638702daf6f11b5594c301d691853fcec
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
}