shithub: mc

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