Join Slack
Powered by
If I replace my `catch(t: Throwable)` with `catch(...
# announcements
r
ribesg
07/05/2016, 3:23 AM
If I replace my
catch(t: Throwable)
with
catch(t: kotlin.Throwable)
, my code at least compiles. I still have the java.lang import though
Open in Slack
Previous
Next