@Test
    fun array_in_for_loop() {
        val code = """function demo() {
    this.names.forEach((it, index) => {
      multiSelect('', this.accessor[index])