shithub: mc

ref: b35cc68ab93b9070cb97004829a8c23402442274
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
}