blob: d068bce94894cef348459649c42d386b715db701 [file] [log] [blame]
class X {
int plus(X x) {}
}
(new X()+new X()).intValue()