mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
Instead of trying to access a missing field `Foo.foo`, call the synthetic accessor `Foo.access$getFoo$cp` which, as per previous commit, no longer contains the lateinit assertion #KT-21862 Fixed