shithub: mc

ref: 0626c5a842587790f9fac184c31b241856faad61
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
}