[FIR IDE] LC minor refactorings

This commit is contained in:
Igor Yakovlev
2020-12-01 03:31:05 +03:00
parent a1603716ed
commit a7d7aa123e
16 changed files with 78 additions and 99 deletions
@@ -16,7 +16,7 @@ sealed class KtClassifierSymbol : KtSymbol, KtNamedSymbol
abstract class KtTypeParameterSymbol : KtClassifierSymbol(), KtNamedSymbol {
abstract override fun createPointer(): KtSymbolPointer<KtTypeParameterSymbol>
abstract val bounds: List<KtType>
abstract val upperBounds: List<KtType>
}
sealed class KtClassLikeSymbol : KtClassifierSymbol(), KtNamedSymbol, KtSymbolWithKind {