shithub: mc

ref: 75ddf8edac3ea43fee7b7bdafe9e7799fb3571aa
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
}