https://kotlinlang.org logo
b

bamdmux

08/25/2016, 10:47 AM
I'm trying to remember where and I can't but Im positive I used this kind of "hack"
Copy code
class Foo(){
var prop: Bar = initBar().apply{ whatever()}
}