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

22
LINES

< > BotCompany Repo | #1005334 // Test optimized concept listing

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

Libraryless. Click here for Pure Java version (5056L/34K/113K).

!752

concepts.

concept A {
  S name;
  
  *() {}
  *(S *name) { change(); }
}

A > B {
  *() {}
  *(S name) { super(name); }
}

p {
  new A("hello");
  new B("yes");
  print(renderConcepts(assertLength(2, list(A))));
  print(renderConcepts(assertLength(1, list(B))));
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1005334
Snippet name: Test optimized concept listing
Eternal ID of this version: #1005334/1
Text MD5: 709bb0ef221f49af0c8fe6999be10ae5
Transpilation MD5: 4347cefb6a9058f0730cb506139309b5
Author: stefan
Category: javax / concepts
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-11-07 00:32:44
Source code size: 292 bytes / 22 lines
Pitched / IR pitched: No / No
Views / Downloads: 432 / 461
Referenced in: [show references]