shithub: mc

ref: 2aacb9ac7cb724cf64c7da8eafaf41001f0d3810
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
}