shithub: mc

ref: 9c52b9aaf791386a95a6eb11e27d2a982b72d872
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
}