shithub: mc

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