shithub: mc

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