(int n, int a, int b, int c, int d, int e)
| 39 | } |
| 40 | |
| 41 | public int virtualMethod(int n, int a, int b, int c, int d, int e) { |
| 42 | if (n < Limit) { |
| 43 | return staticMethod(this, n + 1); |
| 44 | } else { |
| 45 | return leafMethod(n); |
| 46 | } |
| 47 | } |
| 48 | } |
| 49 | } |
no test coverage detected