mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-21 04:10:56 +07:00
6 lines
134 B
Java
6 lines
134 B
Java
class Test {
|
|
public void foo() {
|
|
bar(<caret>java.io.File.createTempFile("a", "b"));
|
|
}
|
|
void bar(java.io.File f){}
|
|
} |