shithub: mc

ref: 8c2fb645b95fa69e53e910102c601f3a80007251
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
}