shithub: mc

ref: 9ac459c0cc5beac10be8ba3310af6edd89b1849c
dir: /test/generic-in-const.myr/

View raw version
/*
should fail to compile because generic types
are only allowed in generic declarations.
*/
const foo = {v : @a
	-> v
}