/pyjs/tests/test034.js

http://pyjamas.googlecode.com/ · JavaScript · 10 lines · 4 code · 6 blank · 0 comment · 0 complexity · dae56df63c90c6b69780579cf0050ae2 MD5 · raw file

  1. var x = 1;
  2. function test() {
  3. var x = 2;
  4. }