Simplify comparison fix introduced #KT-10509 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// "Simplify comparison" "true"
|
||||
fun foo(x: String?) {
|
||||
if (x == null) {
|
||||
|
||||
}
|
||||
else {
|
||||
if (false) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user