shithub: mc

ref: 80ec974fe1549bf956f40002a7254b5875f978b1
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
}