shithub: mc

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