Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for handleFunctionWithAnnotation (0.49 sec)

  1. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/components/compilerFacility/AbstractCompilerFacilityTest.kt

         * an annotation whose FqName is [annotationFqName], it runs [handleFunctionWithAnnotation] for the function or the getter.
         */
        private class CheckCallsWithAnnotationVisitor(
            private val annotationFqName: String,
            private val handleFunctionWithAnnotation: (declaration: IrDeclarationWithName) -> Unit,
        ) : IrElementVisitorVoid {
            val annotationClassId by lazy {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 13.8K bytes
    - Viewed (0)
Back to top