Libraryless. Click here for Pure Java version (41L/1K/2K).
1 | !759 |
2 | |
3 | extend C { |
4 | S b; |
5 | } |
6 | |
7 | sclass C { |
8 | S a; |
9 | } |
10 | |
11 | extend C { |
12 | S c; |
13 | } |
14 | |
15 | p { |
16 | new C c; |
17 | c.a = c.b = c.c = ""; |
18 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
ID | Author/Program | Comment | Date |
---|---|---|---|
1234 | stefan | Works :-) | 2016-07-05 17:03:12 |
Snippet ID: | #1003479 |
Snippet name: | Test extending classes (extend C { ... }) |
Eternal ID of this version: | #1003479/1 |
Text MD5: | b120b0c30fab9f93e785054bca353eeb |
Transpilation MD5: | 9b6471d7cc52cc719aa82955adc8c70d |
Author: | stefan |
Category: | javac |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-07-05 17:02:45 |
Source code size: | 126 bytes / 18 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 754 / 821 |
Referenced in: | [show references] |