mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
test++
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
class OxfordBug {
|
||||
private int f(int m, int n) throws Exception {
|
||||
int i = 0;
|
||||
while (i < n) {
|
||||
i++;
|
||||
<selection>if (i == m) {
|
||||
n += m;
|
||||
throw new Exception("" + n);
|
||||
}</selection>
|
||||
}
|
||||
return n;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user