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 | } |
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: | 328 / 380 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |