blob: 5a73431522888228122e75023a20156b07e1c496 [file] [log] [blame]
class Expr {
public void meth(String p) {
short v = (short) p;
}
}