mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
test data fixed: groovy script should not be split into multiple files on move
This commit is contained in:
-5
@@ -1,5 +0,0 @@
|
||||
package b
|
||||
|
||||
class A {
|
||||
|
||||
}
|
||||
+6
@@ -1,5 +1,11 @@
|
||||
package b
|
||||
|
||||
class A {
|
||||
def foo() {
|
||||
print new B()
|
||||
}
|
||||
}
|
||||
|
||||
class B {
|
||||
def bar() {
|
||||
print new A()
|
||||
|
||||
Reference in New Issue
Block a user