shithub: mc

ref: 80c52bc20a53ac4c1c304df7a1e470c0ab62c576
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
}