Shouldn’t the Kotlin plugin complain on `val foo: ...
# announcements
t
Shouldn’t the Kotlin plugin complain on
val foo: Any by Delegates.notNull()
? …cuz you’re never going to be able to set that val.