blob: 68f8efabf9ab33d70d6b62554ca9ee4a27843eaf [file] [log] [blame]
public class MyFirstTestClassFoo {
void foo(int a) {}
void foo() {}
void foo(int a, int b) {}
void fox(int a) {}
{
new MyFirstTestClassFoo().fo<caret>
}
}