shithub: mc

ref: 5d433bdf4af606e395b54aace8c0a27f745ae9ce
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
}