Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toFirSymbol (0.1 sec)

  1. analysis/analysis-api-standalone/analysis-api-fir-standalone-base/src/org/jetbrains/kotlin/analysis/api/standalone/base/declarations/KotlinStandaloneFirDirectInheritorsProvider.kt

                is KtDanglingFileModule -> ktModule.contextModule
                else -> ktModule
            }
    
            val baseFirClass = ktClass.toFirSymbol(classId, baseKtModule)?.fir as? FirClass ?: return emptyList()
            return possibleInheritors.filter { isValidInheritor(it, baseFirClass, scope, includeLocalInheritors) }
        }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 6K bytes
    - Viewed (0)
Back to top