blob: aa4a59a4dfcee48ca9e01793f28d8ea4f2f330ee [file] [log] [blame]
interface Foo {
void getGooBarDoo();
void bar(final b<caret>);
}