langtools/test/tools/javac/defaultMethodsVisibility/DefaultMethodsNotVisibleForSourceLessThan8Test.java
changeset 25445 603f0c93d5c9
parent 23105 1d1ea26a10ae
child 26100 bb7dd001d190
equal deleted inserted replaced
25444:27045478cf23 25445:603f0c93d5c9
    99         "    }\n" +
    99         "    }\n" +
   100         "}";
   100         "}";
   101 
   101 
   102     public static void main(String[] args) throws Exception {
   102     public static void main(String[] args) throws Exception {
   103         String[] sources = new String[] {
   103         String[] sources = new String[] {
   104             "1.2",
       
   105             "1.3",
       
   106             "1.4",
       
   107             "1.5",
       
   108             "1.6",
   104             "1.6",
   109             "1.7",
   105             "1.7",
   110         };
   106         };
   111         for (String source : sources) {
   107         for (String source : sources) {
   112             new DefaultMethodsNotVisibleForSourceLessThan8Test().run(source);
   108             new DefaultMethodsNotVisibleForSourceLessThan8Test().run(source);