Deprecated extension method syntax dropped

This commit is contained in:
Roman Shevchenko
2013-02-27 20:40:44 +01:00
parent f4330beba2
commit 54a7b4dc70
31 changed files with 67 additions and 290 deletions
@@ -1,5 +1,5 @@
interface Base {
void foo() default {
default void foo() {
System.out.println("Hi there.");
}
}