shithub: mc

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