shithub: mc

ref: 69e1e517aaab2af4e7f18cfc7f549e0a92be270c
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
}