mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
4 lines
89 B
Java
4 lines
89 B
Java
// "Create inner class 'Foo'" "true"
|
|
public interface Test {
|
|
void foo(Fo<caret>o f){}
|
|
} |