shithub: mc

ref: 446007ccd8a57d18b123b857bf4801d956cf0abd
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
}