damianpetla
10/21/2015, 6:30 PMthis
in lazy
make no sense, since lazy
is going to intialize property so this
does not really exist yet. taking example with Layer
, if that layer instance does not exists yet it make no sense to call it’s other functions to create it, it would be the same as calling something like this var test: String? = null
test = test?.substring(0, 2)