Retain data flow info after boolean operations
#KT-2825 In Progress
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo(x: Int?): Boolean {
|
||||
val result = ((x!! == 0) && ((x : Int) == 0))
|
||||
x : Int
|
||||
return result
|
||||
}
|
||||
Reference in New Issue
Block a user