ConstantConditionIfInspection.replaceWithBranch shouldn't remove subjectVariable with side effects
Relates to #KT-30975
This commit is contained in:
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
fun test() {
|
||||
<caret>use("")
|
||||
use("")
|
||||
}
|
||||
|
||||
fun use(s: String) {}
|
||||
Reference in New Issue
Block a user