/plugins/groovy/testdata/refactoring/move/moveScript/updateReferences/before/a/Script.groovy
https://bitbucket.org/nbargnesi/idea · Groovy · 17 lines · 10 code · 7 blank · 0 comment · 0 complexity · bb424229a12b8fa52318590bf8f95643 MD5 · raw file
- package a;
- import b.B;
- def a = new A().foo();
- print a;
- def b=new B().fooB();
- print b;
- public void doSomething() {
- }
- public static void doSomethingStatic() {
- }