shithub: mc

ref: 709e7754dcec96e08464e52bb4c1551e427b5c06
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
}