Add some data flow analysis tests on when
This commit is contained in:
committed by
Dmitry Petrov
parent
ae929d0f08
commit
148d03e365
+6
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user