shithub: mc

ref: 5cf8a9d385a8a91169b24fa30605e129f63b043f
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
}