langtools/test/tools/javap/T4501661.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
child 36526 3b41f1c69604
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    26 
    26 
    27 /*
    27 /*
    28  * @test
    28  * @test
    29  * @bug 4501661
    29  * @bug 4501661
    30  * @summary disallow mixing -public, -private, and -protected
    30  * @summary disallow mixing -public, -private, and -protected
    31  * @modules jdk.compiler
    31  * @modules jdk.jdeps
    32  */
    32  */
    33 public class T4501661 {
    33 public class T4501661 {
    34     public static void main(String... args) throws Exception {
    34     public static void main(String... args) throws Exception {
    35         new T4501661().run();
    35         new T4501661().run();
    36     }
    36     }