Hacker News new | ask | show | jobs
by dleslie 590 days ago
Consider this:

    var foo = OpaqueTypeName(.{}){};
What is the . eliding?

You don't know. I don't know. It's impossible to tell because the type is opaque to our understanding.