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

11
LINES

< > BotCompany Repo | #1027849 // testTranspilationFunction

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Compilation Failed (56L/1K).

please include function makeVar.

// test against cases
svoid lambdaMapLike testTranspilationFunction(IVF1<LS> f, S in, S out, S... moreInOut) {
  testTranspilationFunction_v2(f, in, out, moreInOut);
}

// just apply and return transpilation
sS testTranspilationFunction(IVF1<LS> f, S s) {
  ret testTranspilationFunction_v2(f, s);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1027849
Snippet name: testTranspilationFunction
Eternal ID of this version: #1027849/17
Text MD5: a5df67c390d17f97151f528cb8fc2562
Transpilation MD5: 880e14b9e4a4c7147199f8835fb49b36
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-11 10:44:38
Source code size: 343 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 242 / 395
Version history: 16 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1031310 - eqForJavaSources - are 2 sources identical ignoring whitespace?
#1031313 - assertJavaSourceEqualsVerbose
#1033008 - testTranspilationFunctionReturningTok
#1033013 - testTranspilationFunction_v1