it also seems like this only works when using `thi...
# announcements
f
it also seems like this only works when using
this::
, so the compiler knows it has access to the backing field. This :
Copy code
val foo = Foo()
    if (foo::bar.isInitialized) {

    }
gives me this error : Backing field of 'lateinit var bar: String' is not accessible at this point