Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dotfile (0.16 sec)

  1. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/symbols/psiBased/base/KtFe10PsiSymbolUtils.kt

                if (classDescriptor != null) {
                    return classDescriptor.scopeForMemberDeclarationResolution
                }
            }
            if (parent is KtFile) {
                break
            }
        }
    
        return null
    }
    
    
    internal fun KtFe10Symbol.createErrorType(): KtType {
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Fri Nov 11 10:59:55 GMT 2022
    - 5.5K bytes
    - Viewed (0)
Back to top