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).

1  
!747
2  
3  
m {
4  
  static class Bla {
5  
    static void bla() { print("hello"); }
6  
  }
7  
  
8  
  p {
9  
    Bla.bla(); // Which one will make it? =)
10  
  }
11  
  
12  
  static class Bla {
13  
    static void bla() { print("schnello"); }
14  
  }
15  
  
16  
}

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: 773 / 800
Referenced in: [show references]