shithub: mc

ref: 4932b5f0cf6f495208a0c1e1f4b2810ecf84fb9a
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
}