[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public fun test(o: String?): Boolean {
|
||||
return when {
|
||||
// Data flow info should propagate from o == null to o.length
|
||||
o == null, o.length == 0 -> false
|
||||
else -> true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user