Join Slack
Powered by
Also, this is wrong: ``` fun Double.lessThanOrEqua...
# getting-started
c
cedric
02/12/2017, 5:04 AM
Also, this is wrong:
Copy code
fun Double.lessThanOrEqual(a: Double, b: Double): Boolean { return a <= b }
If it's an extension function, it should only take one parameter,
@benleggiero
Open in Slack
Previous
Next