Hacker News new | ask | show | jobs
by leksak 405 days ago
> It's similar to something like lateinit in Kotlin, except on the JVM level.

What level are you suggesting lateinit happens at if not on the JVM?

1 comments

I assume they mean this feature is built into the JVM itself, whereas Kotlin's lateinit more or less "just" desugars into code you could otherwise write yourself.