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
1 comment(s) hidden. show
| 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: | 1163 / 1251 |
| Referenced in: | [show references] |