carlos cdmp
02/14/2019, 12:39 PMclass A{
private object O{
const val someConstant = 1
}
}
The object has some kind of lifecycle attached to the A class or is it created at the beggining no matter if A will be created or not?gildor
02/14/2019, 1:24 PMcarlos cdmp
02/14/2019, 2:43 PMkarelpeeters
02/14/2019, 3:20 PMinit
of course it runs at some point and so there's a lifecycle.karelpeeters
02/14/2019, 3:21 PM