Revert "Add method for getting all classifiers with given name from the scope"
This reverts commit 97759f5bb7.
This commit is contained in:
-2
@@ -272,8 +272,6 @@ public abstract class LazyJavaMemberScope(
|
||||
override fun getLocalVariable(name: Name): VariableDescriptor? = null
|
||||
override fun getDeclarationsByLabel(labelName: LabelName) = listOf<DeclarationDescriptor>()
|
||||
|
||||
override fun getClassifiers(name: Name) = emptyOrSingletonList(getClassifier(name))
|
||||
|
||||
override fun getOwnDeclaredDescriptors() = getAllDescriptors()
|
||||
override fun getAllDescriptors() = allDescriptors()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user