right, I think we're talking about inferring type ...
# announcements
d
right, I think we're talking about inferring type arguments that aren't specified, e.g.
Copy code
tryOrNull<E = SomeException> { "foo" } // T is inferred