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

27
LINES

< > BotCompany Repo | #1008733 // Test if live-wiring overwrites existing classes (it doesn't)

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

Libraryless. Click here for Pure Java version (2897L/20K/66K).

!7

sS extensionCode = [[
  sclass existing {
    svoid bla {
      print("I was overwritten");
    }
  }

  sclass ext {
    svoid yo {
      print("Yo!");
      existing.bla();
    }
  }
]];

sclass existing {
  svoid bla {
    print("I exist");
  }
}

p {
  liveWire(extensionCode);
  call(getClass("main$ext"), "yo");
}

Author comment

Began life as a copy of #1008731

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1008733
Snippet name: Test if live-wiring overwrites existing classes (it doesn't)
Eternal ID of this version: #1008733/4
Text MD5: a8521a07ed787db4ce82633284e1d8e6
Transpilation MD5: 9ef0957fde977bb8832ba6528907ed06
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-05-31 01:34:03
Source code size: 349 bytes / 27 lines
Pitched / IR pitched: No / No
Views / Downloads: 407 / 496
Version history: 3 change(s)
Referenced in: [show references]