Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for describeConstable (0.21 sec)

  1. platforms/jvm/plugins-java/src/integTest/groovy/org/gradle/java/compile/AbstractJavaCompilerIntegrationSpec.groovy

                import java.util.function.Predicate;
    
                public class FailsOnJava11<T> {
                    static {
                        System.out.println("Hello, world!".describeConstable());
                    }
                }
            """
    
            buildFile << """
                compileJava.options.compilerArgs.addAll(['--release', '11'])
            """
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 01 01:34:12 UTC 2024
    - 27.4K bytes
    - Viewed (0)
Back to top