Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expandArrayAnnotationValue (0.43 sec)

  1. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/symbols/descriptorBased/base/Kt1DescUtils.kt

            !leftIsArray && !rightIsArray -> left == right
            else -> false
        }
    }
    
    
    internal fun List<ConstantValue<*>>.expandArrayAnnotationValue(
        containingArrayType: KotlinType,
        analysisContext: Fe10AnalysisContext,
    ): List<KaAnnotationValue> = flatMap { constantValue: ConstantValue<*> ->
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 33.4K bytes
    - Viewed (0)
Back to top