PageRenderTime 24ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/pyjs/tests/test034.js

http://pyjamas.googlecode.com/
JavaScript | 10 lines | 4 code | 6 blank | 0 comment | 0 complexity | dae56df63c90c6b69780579cf0050ae2 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. var x = 1;
  2. function test() {
  3. var x = 2;
  4. }