mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-27 22:20:54 +07:00
11 lines
156 B
Java
11 lines
156 B
Java
public class MyFirstTestClassFoo {
|
|
|
|
void foo() {}
|
|
void foo(int a) {}
|
|
void fox(int a) {}
|
|
|
|
{
|
|
new MyFirstTestClassFoo().fo<caret>
|
|
}
|
|
|
|
} |