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