Control-Flow Analysis: Reuse pseudo-value information for unused expression analysis
This commit is contained in:
@@ -71,5 +71,5 @@ import outer.*
|
||||
val c = Command()
|
||||
c<!UNNECESSARY_SAFE_CALL!>?.<!>equals2(null)
|
||||
|
||||
if (command == null) 1
|
||||
if (command == null) <!UNUSED_EXPRESSION!>1<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user