Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rawList (0.06 sec)

  1. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/annotations/AbstractAnalysisApiSpecificAnnotationOnDeclarationTest.kt

                }
    
                val rawList = renderAnnotation(annotationList[classId].single())
                val resolvedList = renderAnnotation(annotationList.single { it.classId == classId })
                testServices.assertions.assertEquals(resolvedList, rawList) {
                    "Result before and after resolve are different"
                }
    
                resolvedList
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 2.9K bytes
    - Viewed (0)
Back to top