check lateinit initialized kotlin code example Example: kotlin var init check lateinit var file: File if (this::file.isInitialized) { ... }