Join Slack
Powered by
In Kotlin, you wouldn't use `customer1.getOrderedP...
# getting-started
r
Ruckus
12/08/2016, 6:50 PM
In Kotlin, you wouldn't use
customer1.getOrderedProducts()
. In Java
customer1.getOrderedProducts()
calls the member function and
CustomerKt.gerOrderedProducts(customer1)
calls the extension.
2
Views
Open in Slack
Previous
Next