class Test {
	static function run() : void {
		var m = { a: 1 };
		m[0];
	}
}
