mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 03:20:56 +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){}
|
|
} |