shithub: mc

ref: 1e4d6558899037c65bb0e82402fe5089a014e098
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
}