[
  {
    "type": "SingleLine",
    "text": " Don't transform it to test()",
    "start": {
      "line": 4,
      "column": 19,
      "offset": 66
    },
    "end": {
      "line": 5,
      "column": 0,
      "offset": 98
    }
  },
  {
    "type": "MultiLine",
    "text": "\n * var obj = {\n *   test: function() {\n *     print(obj === this);\n *   }\n * };\n * with (obj) {\n *   test();  // true\n *   (0, test)();  // false\n * }\n ",
    "start": {
      "line": 6,
      "column": 0,
      "offset": 104
    },
    "end": {
      "line": 16,
      "column": 3,
      "offset": 261
    }
  }
]
