shithub: mc

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