Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for KtFe10ScopeImporting (0.29 sec)

  1. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/scopes/KtFe10ScopeResolution.kt

                    is KtFunctionSymbol -> !symbol.isStatic
                    is KtPropertySymbol -> !symbol.isStatic
                    else -> true
                }
            }
        }
    }
    
    internal class KtFe10ScopeImporting(
        override val scope: ImportingScope,
        override val analysisContext: Fe10AnalysisContext
    ) : KtFe10ScopeResolution() {
        override fun getPossibleCallableNames(): Set<Name> = withValidityAssertion {
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Tue Oct 10 13:38:00 GMT 2023
    - 5.7K bytes
    - Viewed (0)
Back to top