Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for argumentsFactory (0.17 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/FirUtils.kt

            is ConeUnreportedDuplicateDiagnostic -> original.getCandidateSymbols()
            else -> emptyList()
        }
    
    internal fun FirAnnotation.toKaAnnotation(
        builder: KaSymbolByFirBuilder,
        index: Int,
        argumentsFactory: (ClassId?) -> List<KaNamedAnnotationValue>
    ): KaAnnotation {
        val constructorSymbol = findAnnotationConstructor(this, builder.rootSession)
            ?.let(builder.functionLikeBuilder::buildConstructorSymbol)
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:43 UTC 2024
    - 6.3K bytes
    - Viewed (0)
Back to top