/labelClashesWithContextReceivers.kt:11:13: warning: this label is now resolved to 'class Some' but soon it will be resolved to the closest 'function foo context receiver'. Please consider introducing or changing explicit label name
        this@Some
            ^^^^^
/labelClashesWithContextReceivers.kt:17:21: warning: this label is now resolved to 'class Some' but soon it will be resolved to the closest 'property self context receiver'. Please consider introducing or changing explicit label name
        get() = this@Some
                    ^^^^^
/labelClashesWithContextReceivers.kt:24:13: warning: this label is now resolved to 'class TypedThis' but soon it will be resolved to the closest 'function baz context receiver'. Please consider introducing or changing explicit label name
        this@TypedThis
            ^^^^^^^^^^

