(int n)
| 16 | } |
| 17 | |
| 18 | private static int leafMethod(int n) { |
| 19 | expect(new Throwable().getStackTrace().length == 2); |
| 20 | |
| 21 | return n; |
| 22 | } |
| 23 | |
| 24 | public static void main(String[] args) { |
| 25 | expect(staticMethod(new Foo(), 0) == Limit); |
no test coverage detected