Skip to content

Commit baf6a2f

Browse files
committed
Fix formatting issue caused by too long todo comments.
1 parent 0f9b2bc commit baf6a2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/SwiftLexicalLookupTest/NameLookupTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ final class testNameLookup: XCTestCase {
633633
)
634634
}
635635

636-
func testGuardOnFileScope() { // TODO: Fix this according to ASTScope (ommiting class a)
636+
func testGuardOnFileScope() {
637637
assertLexicalNameLookup(
638638
source: """
639639
let 1️⃣a = 0
@@ -904,7 +904,7 @@ final class testNameLookup: XCTestCase {
904904
)
905905
}
906906

907-
func testSwitchExpression() { // TODO: For some reason ASTScope doesn't introduce any results besides first function call expr.
907+
func testSwitchExpression() {
908908
assertLexicalNameLookup(
909909
source: """
910910
switch {
@@ -1070,7 +1070,7 @@ final class testNameLookup: XCTestCase {
10701070
)
10711071
}
10721072

1073-
func testSubscript() { // TODO: Fix behavior of self keyword in subscript with accessors.
1073+
func testSubscript() {
10741074
assertLexicalNameLookup(
10751075
source: """
10761076
class X {

0 commit comments

Comments
 (0)