Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for failsWhenTryingToCallMethodWithClassValue (0.38 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/DynamicObjectIntegrationTest.groovy

        transform(Impl) // should call transform(Class)
    }
            """
    
            expect:
            succeeds("print")
            outputContains("transform(Class)")
        }
    
        def failsWhenTryingToCallMethodWithClassValue() {
            buildFile """
    interface Transformer {}
    
    class Impl implements Transformer {}
    
    class MyTask extends DefaultTask {
        public void transform(Transformer t) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 13:27:33 UTC 2024
    - 32.7K bytes
    - Viewed (0)
Back to top