shithub: mc

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