File tree 1 file changed +3
-3
lines changed
Tests/SwiftLexicalLookupTest 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 {
633
633
)
634
634
}
635
635
636
- func testGuardOnFileScope( ) { // TODO: Fix this according to ASTScope (ommiting class a)
636
+ func testGuardOnFileScope( ) {
637
637
assertLexicalNameLookup (
638
638
source: """
639
639
let 1️⃣a = 0
@@ -904,7 +904,7 @@ final class testNameLookup: XCTestCase {
904
904
)
905
905
}
906
906
907
- func testSwitchExpression( ) { // TODO: For some reason ASTScope doesn't introduce any results besides first function call expr.
907
+ func testSwitchExpression( ) {
908
908
assertLexicalNameLookup (
909
909
source: """
910
910
switch {
@@ -1070,7 +1070,7 @@ final class testNameLookup: XCTestCase {
1070
1070
)
1071
1071
}
1072
1072
1073
- func testSubscript( ) { // TODO: Fix behavior of self keyword in subscript with accessors.
1073
+ func testSubscript( ) {
1074
1074
assertLexicalNameLookup (
1075
1075
source: """
1076
1076
class X {
You can’t perform that action at this time.
0 commit comments