Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/utils/KtFe10DebugTypeRenderer.kt

            when (value) {
                is KtAnnotationApplicationValue -> {
                    renderAnnotationDebug(value.annotationValue.classId, value.annotationValue.arguments, printer)
                }
    
                is KtArrayAnnotationValue -> {
                    printer.printCollection(value.values, separator = ", ", prefix = "[", postfix = "]") {
                        renderConstantValueDebug(it, printer)
                    }
                }
    
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Apr 25 07:15:56 GMT 2024
    - 10.1K bytes
    - Viewed (0)
Back to top