shithub: mc

ref: 335908ff6d49b6ee4da3803b2c44f23916a9047f
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
}