shithub: mc

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