shithub: mc

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