shithub: mc

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