mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-29 08:20:55 +07:00
4 lines
97 B
Java
4 lines
97 B
Java
// "Create inner class 'Foo'" "true-preview"
|
|
public interface Test {
|
|
void foo(Fo<caret>o f){}
|
|
} |