Add a mechanism to check if a late variable is initialised #4196
Labels
feature
Proposed language feature that solves one or more problems
state-duplicate
This issue or pull request already exists
Uh oh!
There was an error while loading. Please reload this page.
At present there is no way to check if a late variable is actually initialised or not,
Can we add a way to check this?
for example in Kotlin we can check if a lateinit variable is initialised :
Kotlin lateinit variables
If someone can point to where this code needs to be modified I can also work on this PR.
The text was updated successfully, but these errors were encountered: