Hacker News new | ask | show | jobs
by __david__ 3400 days ago
Are those really 2 different forms? I was under the impression that these were the same:

    foo()?.bar()
    (foo()?).bar()