mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
test++
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
class Test {
|
||||
int method() {
|
||||
return newMethod();
|
||||
return 12;
|
||||
}
|
||||
|
||||
private int newMethod() {
|
||||
try {
|
||||
if(cond1) return 0;
|
||||
else if(cond2) return 1;
|
||||
return 27;
|
||||
} finally {
|
||||
doSomething();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user