blob: 2b074cb5374ac226052f99670c0242672e8d2289 [file] [log] [blame]
interface Base {
void foo<caret>() default {
System.out.println("Hi there.");
}
}
class C implements Base {
}