< prev index next >

langtools/test/tools/javac/T8010737/ParameterNamesAreNotCopiedToAnonymousInitTest.java

Print this page

        

*** 24,34 **** /* * @test * @bug 8010737 * @summary javac, known parameter's names should be copied to automatically * generated constructors for inner classes ! * @modules jdk.compiler/com.sun.tools.classfile * jdk.compiler/com.sun.tools.javac.api * jdk.compiler/com.sun.tools.javac.code * jdk.compiler/com.sun.tools.javac.tree * jdk.compiler/com.sun.tools.javac.util * @run main ParameterNamesAreNotCopiedToAnonymousInitTest check_class_file check_init_symbol --- 24,34 ---- /* * @test * @bug 8010737 * @summary javac, known parameter's names should be copied to automatically * generated constructors for inner classes ! * @modules jdk.jdeps/com.sun.tools.classfile * jdk.compiler/com.sun.tools.javac.api * jdk.compiler/com.sun.tools.javac.code * jdk.compiler/com.sun.tools.javac.tree * jdk.compiler/com.sun.tools.javac.util * @run main ParameterNamesAreNotCopiedToAnonymousInitTest check_class_file check_init_symbol
< prev index next >