mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Refactoring] Rename CollapseNestedIfExpr to CollapseNestedIfStmt
'if' is not expression, but statement.
This commit is contained in:
@@ -390,7 +390,7 @@ func testConvertToTernaryExpr() {
|
||||
|
||||
// CHECK-LOCALIZE-STRING: Localize String
|
||||
|
||||
// CHECK-COLLAPSE-NESTED-IF: Collapse Nested If Expression
|
||||
// CHECK-COLLAPSE-NESTED-IF: Collapse Nested If Statements
|
||||
|
||||
// CHECK-STRINGS-INTERPOLATION: Convert to String Interpolation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user