Simplify comparison fix introduced #KT-10509 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// "Simplify comparison" "true"
|
||||
fun foo(x: Int, arg: Boolean) {
|
||||
if (arg && <caret>x != null) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user