mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
test++
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class TestCase {
|
||||
boolean a = true;
|
||||
boolean b = false;
|
||||
boolean x = newMethod();
|
||||
|
||||
private boolean newMethod() {
|
||||
return a && b;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user