Join Slack
Powered by
fun error(msg: () -> String): Unit = if (isErro...
# announcements
o
oshai
07/01/2016, 8:19 PM
fun error(msg: () -> String): Unit = if (isErrorEnabled) error(msg.invoke())
2
Views
Open in Slack
Previous
Next