Files
kotlin-fork/compiler/testData/diagnostics/tests/controlFlowAnalysis/reassignmentInTryCatchWithJumps.txt
T
Mikhail Glukhikh f8039249c6 CFA: additional jumps to catch / finally generated in the end of try / before exits from try #KT-5469 Fixed
Also #KT-13612 Fixed
(cherry picked from commit 7c188b3)
2016-08-31 19:28:09 +03:00

7 lines
230 B
Plaintext
Vendored

package
public fun exc(/*0*/ flag: kotlin.Boolean): kotlin.Unit
public fun f1(/*0*/ flag: kotlin.Boolean): kotlin.Unit
public fun f2(/*0*/ flag: kotlin.Boolean): kotlin.Unit
public fun f3(/*0*/ flag: kotlin.Boolean): kotlin.Unit