shithub: mc

ref: 74270f8f47a704652ca301975da7ff88926e5cc8
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
}