shithub: mc

ref: 3ecbc6e0019640b5075f7335233dd01f59ae693f
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
}