shithub: mc

ref: 349fb0a3a44d80d9655037eb660af844bc5a3244
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
}