Control-Flow Analysis: Reuse pseudo-value information for unused expression analysis
This commit is contained in:
@@ -66,5 +66,5 @@ fun Int.foo() = this
|
||||
val c = Command()
|
||||
c<warning>?.</warning>equals2(null)
|
||||
|
||||
if (command == null) 1
|
||||
if (command == null) <warning>1</warning>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user