shithub: mc

ref: 90dc5f51483723b1cd8604d749ef3158d55c21ca
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
}