shithub: mc

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