Join Slack
Powered by
you still could define separate functions with exp...
# announcements
s
stepango
12/23/2016, 8:54 AM
you still could define separate functions with explisit default params to be able to call it from java
Copy code
fun foo(bar:String = "Default") -> fun foo() = foo("Default") fun foo(bar:String)
Open in Slack
Previous
Next