shithub: mc

ref: 40d6f7b5cc0cb9e5de1675a1441ad0dfc0a66bda
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
}