blob: 9258f512d2b1aa524b08b42e67bf97726017b224 [file] [log] [blame]
class Expr {
public void meth(double p) {
String[] sa = new String[]{"0", "1"};
String s = sa[p];
}
}