blob: 76e26b5c15bba1d568c1e7439f03f1bf7a20b319 [file] [log] [blame]
class Expr {
public int meth(int p) {
return p;
}
}