class Test {
	static function run() : void {
		["abc"] : int[];
	}
}
