Join Slack
Powered by
Is there a way to use method referencing with defa...
# announcements
s
simon.vergauwen
05/16/2017, 8:31 AM
Is there a way to use method referencing with default parameters? for example
Copy code
fun sum(i1: Int, i2: Int = 3): Int = i1 + i3 val test: (Int) -> Int = ::sum
2
Views
Open in Slack
Previous
Next