Files
kotlin-fork/compiler/testData/diagnostics/tests/functionLiterals/underscopeParameters.txt
T
Denis Zharkov dbca310d8c Support single-underscore variable names partially
Currently only parameters of lambdas/function expressions
and destructuring entries are allowed

 #KT-3824 In Progress
 #KT-2783 In Progress
2016-10-24 10:19:25 +03:00

6 lines
200 B
Plaintext
Vendored

package
public fun bar(): kotlin.Unit
public fun foo(/*0*/ block: (kotlin.Int, kotlin.String) -> kotlin.Unit): kotlin.Unit
public fun foobar(/*0*/ block: (kotlin.Double) -> kotlin.Unit): kotlin.Unit