Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for intercept_getDescription (0.2 sec)

  1. platforms/core-runtime/internal-instrumentation-processor/src/test/groovy/org/gradle/internal/instrumentation/processor/codegen/jvmbytecode/InterceptJvmCallsGeneratorTest.groovy

                public class FileInterceptorsDeclaration {
                    @InterceptCalls
                    @InstanceMethod
                    @InterceptInherited
                    public static String intercept_getDescription(@Receiver Rule thisRule) {
                        return "";
                    }
                }
            """
    
            when:
            Compilation compilation = compile(givenSource)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 19:21:09 UTC 2024
    - 12K bytes
    - Viewed (0)
Back to top