[FIR IDE] LC Add callable declarations to KtFileSymbol
This commit is contained in:
+3
@@ -9,5 +9,8 @@ import org.jetbrains.kotlin.idea.frontend.api.symbols.markers.KtAnnotatedSymbol
|
||||
import org.jetbrains.kotlin.idea.frontend.api.symbols.pointers.KtSymbolPointer
|
||||
|
||||
abstract class KtFileSymbol : KtAnnotatedSymbol {
|
||||
|
||||
abstract val topLevelCallableSymbols: List<KtCallableSymbol>
|
||||
|
||||
abstract override fun createPointer(): KtSymbolPointer<KtFileSymbol>
|
||||
}
|
||||
Reference in New Issue
Block a user