shithub: mc

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