`at com.yoavst.changesystemohelshem.controller.Bas...
# announcements
y
at com.yoavst.changesystemohelshem.controller.BaseTimetableController.getTimetable$app_compileReleaseKotlin(BaseTimetableController.kt:32)
Why does the method is called
getTimetable$app_compileReleaseKotlin
? The field is lateinit, so it is a real field, but why does the method is not called
getTimetable
?