---- But what I actually wanted to throw in the ro...
# language-proposals
m
---- But what I actually wanted to throw in the room: It would be awesome if
Lazy<T>
would be a subtype of
T
🤔
val obj: SomeInterface = object : SomeInterface by lazy { otherObj }