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

15
LINES

< > BotCompany Repo | #1031794 // Name with 3 meanings (field, function, class) - is it possible?

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 1113K of libraries. Click here for Pure Java version (2281L/12K).

// Haha. It IS possible...

cm {
  // CLASS
  
  class bla {}
  
  // FIELD
  
  bla bla;
  
  // FUNCTION
  
  bla bla() { ret bla = new bla; }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031794
Snippet name: Name with 3 meanings (field, function, class) - is it possible?
Eternal ID of this version: #1031794/2
Text MD5: 5491104c076235800b386be4b3ea0c67
Transpilation MD5: e6dd2192be4a414ec5d31ba58c428183
Author: stefan
Category: javax
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-30 02:13:53
Source code size: 160 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 73 / 116
Version history: 1 change(s)
Referenced in: [show references]