Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for elseif (0.42 sec)

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

            return fe10Annotations.mapIndexedNotNull { index, annotation ->
                if (annotation.classIdForAnnotation in annotationsToIgnore) {
                    ignoredAnnotationsCounter++
                    null
                } else {
                    transformer(index - ignoredAnnotationsCounter, annotation)
                }
            }
        }
    
        companion object {
            fun create(
                fe10Annotations: Annotations,
    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