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

12
LINES

< > BotCompany Repo | #1033198 // test_tok_scaffoldedFunctions

JavaX fragment (include)

1  
svoid test_tok_scaffoldedFunctions() {
2  
  testTranspilationFunction2 tok_scaffoldedFunctions(
3  
    "scaffolded S getRenderedElement(int i) { ret bla(); }",
4  
    [[
5  
      S getRenderedElement(int i) {
6  
        if (metaGet("scaffolding") != null)
7  
          scaffoldCalled(this, "getRenderedElement", i);
8  
        ret bla();
9  
      }
10  
    ]]
11  
  );
12  
}

Author comment

Began life as a copy of #1028000

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033198
Snippet name: test_tok_scaffoldedFunctions
Eternal ID of this version: #1033198/3
Text MD5: e4586ca9a463432790d265b78ea7a161
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-16 03:10:16
Source code size: 349 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 76 / 113
Version history: 2 change(s)
Referenced in: [show references]