Files
kotlin-fork/compiler/testData/diagnostics/tests/when/withSubjectVariable/jumpoutInInitializer.txt
T
2018-06-20 14:06:34 +03:00

7 lines
247 B
Plaintext
Vendored

package
public fun getBoolean(): kotlin.Boolean
public fun testJumpOutInElvis(/*0*/ x: kotlin.Int?): kotlin.Unit
public fun testJumpOutInElvisLikeIf(/*0*/ x: kotlin.Int?): kotlin.Unit
public fun testJumpOutInIf(/*0*/ x: kotlin.Int?): kotlin.Unit