Files
kotlin/compiler/testData/diagnostics/tests/controlFlowAnalysis/deadCode/deadCodeInCalls.txt
2015-09-08 02:04:32 +03:00

6 lines
187 B
Plaintext
Vendored

package
public fun testArgumentInCall(): kotlin.Unit
public fun testArgumentInVariableAsFunctionCall(/*0*/ f: (kotlin.Any) -> kotlin.Unit): kotlin.Unit
public fun todo(): kotlin.Nothing