shithub: mc

ref: 49e3f29e0cea0d9a58effe3d2aee0679eca68fdc
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
}