mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
testdata fixed
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@ class A {
|
||||
boolean foo() {
|
||||
|
||||
Inner inner = new Inner().invoke();
|
||||
if (inner.is()) return inner.isFoo();
|
||||
if (inner.is()) return inner.getFoo();
|
||||
|
||||
|
||||
return false;
|
||||
@@ -16,7 +16,7 @@ class A {
|
||||
return myResult;
|
||||
}
|
||||
|
||||
public Boolean isFoo() {
|
||||
public Boolean getFoo() {
|
||||
return foo;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user