[FIR] Unify implementations of toSymbol and getSymbolByLookupTag

This commit is contained in:
Dmitriy Novozhilov
2020-08-21 12:39:01 +03:00
parent d1f6e45b08
commit e6837a5b8c
26 changed files with 75 additions and 86 deletions
@@ -39,4 +39,4 @@ class FirAnnotationSerializer(private val session: FirSession, internal val stri
FirAnnotationArgumentVisitorData(this@FirAnnotationSerializer, this)
)
}
}
}
@@ -913,4 +913,4 @@ class FirElementSerializer private constructor(
ProjectionKind.STAR -> throw AssertionError("Should not be here")
}
}
}
}