Files
openide/plugins/groovy/testdata/refactoring/introduceParameterObjectForJava/simple_after.groovy

5 lines
83 B
Groovy

class Foo {
static void bar(MyTest t) {
t.foo(new MyTest.Param("", ""))
}
}