Home
last modified time | relevance | path

Searched refs:simpleFunctionNullableLong (Results 1 – 2 of 2) sorted by relevance

/appfunctions/appfunctions-compiler/src/test/test-data/input/
DAllPrimitiveInputFunctions.KT30 fun simpleFunctionNullableLong(appFunctionContext: AppFunctionContext, longParam: Long?) {} in simpleFunctionNullableLong() method in com.testdata.AllPrimitiveInputFunctions
/appfunctions/appfunctions-compiler/src/test/test-data/output/
D$AllPrimitiveInputFunctions_AppFunctionInvoker.KT102 .simpleFunctionNullableLong(appFunctionContext, parameters["longParam"] as kotlin.Long?) in unsafeInvoke()