shithub: mc

ref: 38a6c760656267817632874f4a3e2bcf754b438e
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
}