shithub: mc

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