shithub: mc

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