blob: 29907f8168c51a5bb01d8888a423253843099c6c [file] [log] [blame]
package test2;
public class Where {
static int i = 0;
static String s;
static {
String m = "test";
s = m.substring(1);
}
}