shithub: mc

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