shithub: mc

ref: 76ce9de16baeec77b86ece6825b90715b08545ba
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
}