shithub: mc

ref: 6e6db2755b917179743b1f7649aa8b71a7dac8fc
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
}