< prev index next >

test/langtools/tools/javac/defaultMethodsVisibility/DefaultMethodsNotVisibleForSourceLessThan8Test.java

Print this page

        

*** 105,115 **** " }\n" + "}"; public static void main(String[] args) throws Exception { String[] sources = new String[] { - "1.6", "1.7", }; for (String source : sources) { new DefaultMethodsNotVisibleForSourceLessThan8Test().run(source); } --- 105,114 ----
< prev index next >