Shane Blackburn
11/01/2019, 5:06 PMwasyl
11/01/2019, 5:38 PMjimn
11/02/2019, 3:25 PMfun Shop.getSetOfCustomers(): Set<Customer> = TODO()
is just plain bad kotlin.Hullaballoonatic
11/02/2019, 7:41 PMval Shop.customers get() = setOf(...)
?setOf(customers)
, which is incorrect. A python user might assume that is the way, and they need to learn how casting is done in Kotlin