mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 03:20:56 +07:00
test++
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class Test {
|
||||
void b<caret>ar(int i) {
|
||||
if (i == 0) return;
|
||||
bar(i - 1);
|
||||
}
|
||||
|
||||
void foo() {
|
||||
bar(5);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user