shithub: mc

ref: 2c1e2fef91c31025ce44e47ce77486d957cf8839
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
}