mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-30 09:50:57 +07:00
7 lines
82 B
Java
7 lines
82 B
Java
package a;
|
|
|
|
import foo.Bar.*;
|
|
|
|
class MyTest {
|
|
private void foo(Inner inner) {}
|
|
} |