delegating property creates field of delegat’s typ...
# announcements
o
delegating property creates field of delegat’s type, but get/set are of result type. lateinit creates field with exact same type. So it confuses tools less, and has less overhead (no extra delegate object).