shithub: mc

ref: 4efd6777d6644058c97db129288a4ab48fcfd92d
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
}