shithub: mc

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