shithub: mc

ref: d92cbdbffef3cce0dc83f95a4dd0e9be17b937bc
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
}