<@U280UQQNA> commented on <@U0NPL9MPU>’s file <htt...
# codereview
u
@gjesse commented on @Dalinar’s file https://kotlinlang.slack.com/files/U0NPL9MPU/F5JABF89Y/Leaking_this.kt: eg
Copy code
@Immutable
open class Foo(val abc: MyObject?) : Bar 

class NotFoo : Foo(null)