IDEA-91679 (same, for push up)

This commit is contained in:
Roman Shevchenko
2012-09-18 19:34:22 +02:00
parent b4cf161740
commit 908de0d6a2
6 changed files with 53 additions and 8 deletions
@@ -0,0 +1,8 @@
interface Base {
void foo<caret>() default {
System.out.println("Hi there.");
}
}
interface I2 extends Base {
}