Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

16
LINES

< > BotCompany Repo | #1001071 // Double inner class test - it's legal JavaX =)

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (41L/1K/2K).

!747

m {
  static class Bla {
    static void bla() { print("hello"); }
  }
  
  p {
    Bla.bla(); // Which one will make it? =)
  }
  
  static class Bla {
    static void bla() { print("schnello"); }
  }
  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt

Comments [hide]

ID Author/Program Comment Date
1104 stefan OK (first one wins...) 2015-09-19 18:37:07

add comment

Snippet ID: #1001071
Snippet name: Double inner class test - it's legal JavaX =)
Eternal ID of this version: #1001071/1
Text MD5: 30ed5672936804c1a257bafc9925a7c2
Transpilation MD5: 722ce0b9a7202e48a023297c41469144
Author: stefan
Category:
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-09-20 17:51:49
Source code size: 227 bytes / 16 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 770 / 797
Referenced in: [show references]