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
@@ -2,7 +2,7 @@ interface Base {
}
interface I2 extends Base {
void foo<caret>() default {
default void foo<caret>() {
System.out.println("Hi there.");
}
}