test/tools/javac/MethodParameters/Constructors.java

changeset 2137
a48d3b981083
parent 1594
267225edc1fe
child 2525
2eb010b6cb22
equal deleted inserted replaced
2136:7f6481e5fe3a 2137:a48d3b981083
25 * @test 25 * @test
26 * @bug 8006582 26 * @bug 8006582
27 * @summary javac should generate method parameters correctly. 27 * @summary javac should generate method parameters correctly.
28 * @build Tester 28 * @build Tester
29 * @compile -parameters Constructors.java 29 * @compile -parameters Constructors.java
30 * @run main Tester Constructors 30 * @run main Tester Constructors Constructors.out
31 */ 31 */
32 32
33 public class Constructors { 33 public class Constructors {
34 public Constructors() {} 34 public Constructors() {}
35 Constructors(final Object a, final String... ba) { } 35 Constructors(final Object a, final String... ba) { }

mercurial