Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HasSeveralParameters (0.27 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/instantiation/generator/DependencyInjectionUsingLenientConstructorSelectorTest.groovy

                this.param2 = param2
            }
        }
    
        static class HasSeveralParameters {
            private final String usedConstructor
    
            HasSeveralParameters(String a, int b, String x, boolean d) {
                this("String a, int b, String x, boolean d")
            }
            HasSeveralParameters(String a, int b, int c, boolean d) {
                this("String a, int b, int c, boolean d")
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 8K bytes
    - Viewed (0)
Back to top