DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / test / files / run / t8601e / StaticInit.java
12345678
public class StaticInit { static { if ("".isEmpty()) { throw new RuntimeException(); } } public static int fld = 42; }