shithub: mc

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