Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AS (0.13 sec)

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

        )
    ): KtAnnotationApplicationWithArgumentsInfo {
        val constructorSymbol = (this as? FirAnnotationCall)?.calleeReference
            ?.toResolvedConstructorSymbol()
            ?.let(builder.functionLikeBuilder::buildConstructorSymbol)
    
        return KtAnnotationApplicationWithArgumentsInfo(
            classId = toAnnotationClassId(builder.rootSession),
            psi = psi as? KtCallElement,
            useSiteTarget = useSiteTarget,
            arguments = arguments,
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Apr 25 07:15:56 GMT 2024
    - 6K bytes
    - Viewed (0)
Back to top