shithub: mc

ref: 16c7d49b1a110574b75b5e3093a39fdc28e33974
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
}