Retain data flow info after 'for' loop range expressions
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo(arr: Array<Int>?) {
|
||||
for (x in arr!!) {
|
||||
arr : Array<Int>
|
||||
}
|
||||
arr : Array<Int>
|
||||
}
|
||||
Reference in New Issue
Block a user