blob: e7c5549c8fbc1206134528bcfdaa059de597c7bc [file] [log] [blame]
Tests that modifying local variables works fine.
Set timer for test function.
Evaluated before modification:
localObject1.a = 310
localObject2 = 42
Evaluated after modification:
localObject1.a = -290
localObject2 = 123