[AA] Refactoring: Rename AbstractMemberScopeByFqNameTest to AbstractMemberScopeTest
^KT-61900
This commit is contained in:
committed by
Space Team
parent
9db9f58fba
commit
1408556511
+1
-1
@@ -27,7 +27,7 @@ abstract class AbstractMemberScopeTestBase : AbstractSymbolByFqNameTest() {
|
||||
}
|
||||
}
|
||||
|
||||
abstract class AbstractMemberScopeByFqNameTest : AbstractMemberScopeTestBase() {
|
||||
abstract class AbstractMemberScopeTest : AbstractMemberScopeTestBase() {
|
||||
context(KtAnalysisSession)
|
||||
override fun KtSymbolWithMembers.getSymbolsFromScope(): Sequence<KtDeclarationSymbol> = getMemberScope().getAllSymbols()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user