DEBSOURCES
Skip Quicknav
sources / checker-framework-java / 3.2.0%2Bds-3 / framework / tests / all-systems / SimpleLog.java
123456789
public class SimpleLog { public SimpleLog() { try { int i = 0; } catch (Exception e) { throw new RuntimeException("", e); } } }