Knowledge database
@Test public void unreachableTest() throws Exception { int x = 7; try { x += x *= x; prn(x); } finally { throw new Exception("sonk"); } x=8; }
Brak komentarzy:
Prześlij komentarz