gregd
07/21/2017, 1:24 PMvoddan
07/21/2017, 1:26 PMfoo() and a value foo in one scope (separate name spaces for functions and properties)gregd
07/21/2017, 1:33 PMelizarov
07/21/2017, 1:43 PMval foo = this::foo in Kotlin and have hassle-free for both foo(...) invocations and passing foo around as a value. I’m not sure if that helps in your case, though.gregd
07/21/2017, 1:51 PMgregd
07/21/2017, 1:54 PMelizarov
07/21/2017, 2:28 PMelizarov
07/21/2017, 2:32 PMautoclosure is helping to make Kotlin code easier to read and understand for the less experienced crowd.gregd
07/21/2017, 3:43 PMgregd
07/21/2017, 3:44 PMKT-15667 will make it into K 1.2gregd
07/21/2017, 3:45 PM