Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/annotations/KtFe10AnnotationsList.kt

        private val fe10Annotations: Annotations,
        private val annotationsToIgnore: Set<ClassId>,
        private val analysisContext: Fe10AnalysisContext
    ) : KtAnnotationsList() {
        override val token: KtLifetimeToken
            get() = analysisContext.token
    
        override val annotations: List<KtAnnotationApplicationWithArgumentsInfo>
            get() = withValidityAssertion {
                mapNotIgnoredAnnotationsWithIndex { index, annotation ->
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Thu Apr 25 07:15:56 GMT 2024
    - 4.6K bytes
    - Viewed (0)
Back to top