shithub: mc

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