shithub: mc

ref: 62a6dc43879c5eb846f0e918bd489e61d8401057
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
}