mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-26 12:20:55 +07:00
14 lines
152 B
Java
14 lines
152 B
Java
class Foo {
|
|
String xxx();
|
|
}
|
|
|
|
public class MyFirstTestClassFoo {
|
|
|
|
{
|
|
foo().xx<caret>
|
|
}
|
|
|
|
Foo foo(int a) {}
|
|
Foo foo(String a) {}
|
|
|
|
} |