Minor: Remove redundant implementation getDefaultObjectDescriptor() in missingDependencies.kt

This commit is contained in:
Pavel V. Talanov
2015-02-13 19:49:00 +03:00
parent 1174010f33
commit 9e48631ccb
@@ -70,11 +70,6 @@ private class MissingDependencyErrorClassDescriptor(containing: DeclarationDescr
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 {
return scope
}