shithub: mc

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