mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
test fix
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class X {
|
||||
def foo = 2
|
||||
|
||||
def a() {
|
||||
def foo = 3;
|
||||
|
||||
foo = 5
|
||||
print foo
|
||||
|
||||
print this.foo
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user