shithub: mc

ref: 0ed042f0cfb35372cada674f8a5e878b0768a8f0
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
}