blob: 1867542fb5251c513b3575ebd7de6d1577162757 [file] [log] [blame]
public class Foo {
{
bar(fo<caret>)
}
<T> T foo() {}
void bar(Object s) {}
}