File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Tests/SwiftLexicalLookupTest Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments