shithub: mc

ref: 60bc966a9154e134e143c7cfeb001a93761e2d5e
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
}