Minor: Remove redundant implementation getDefaultObjectDescriptor() in missingDependencies.kt
This commit is contained in:
-5
@@ -70,11 +70,6 @@ private class MissingDependencyErrorClassDescriptor(containing: DeclarationDescr
|
|||||||
return this
|
return this
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun getDefaultObjectDescriptor(): ClassDescriptor? {
|
|
||||||
//NOTE: only used in types and rendered fq name should be the same as of containing class
|
|
||||||
return MissingDependencyErrorClassDescriptor(this, fullFqName)
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun getScopeForMemberLookup(): JetScope {
|
override fun getScopeForMemberLookup(): JetScope {
|
||||||
return scope
|
return scope
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user