mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
5 lines
83 B
Groovy
5 lines
83 B
Groovy
class Foo {
|
|
static void bar(MyTest t) {
|
|
t.foo(new MyTest.Param("", ""))
|
|
}
|
|
} |