IR: remove IrSymbolDeclaration

This commit is contained in:
Georgy Bronnikov
2020-12-06 15:58:51 +03:00
parent d714adacae
commit b05400154d
19 changed files with 38 additions and 42 deletions
@@ -90,7 +90,6 @@ class ExpectActualTable(val expectDescriptorToSymbol: MutableMap<DeclarationDesc
fun findExpectsForActuals(declaration: IrDeclaration) {
if (declaration.descriptor !is MemberDescriptor) return
if (declaration !is IrSymbolDeclaration<*>) return
val descriptor = declaration.symbol.descriptor