Files
kotlin-fork/compiler/testData/diagnostics/tests/controlFlowAnalysis/infiniteLoops.txt
T
Mikhail Glukhikh 569a5888ff do...while (true) is now considered infinite loop in CFA #KT-3896 Fixed
Also #KT-3883 Fixed
Also #KT-4986 Fixed
2016-03-14 16:13:14 +03:00

12 lines
317 B
Plaintext
Vendored

package
public fun a(): kotlin.Unit
public fun b(): kotlin.Unit
public fun c(): kotlin.Unit
public fun d(): kotlin.Unit
public fun f(/*0*/ cond: kotlin.Boolean): kotlin.Unit
public fun g(): kotlin.Int
public fun h(): kotlin.Int
public fun unreachable(): kotlin.Unit
public fun use(/*0*/ arg: kotlin.Any): kotlin.Any