/labelClashes.kt:8:13: warning: this label is now resolved to 'function with' but soon it will be resolved to the closest 'anonymous function'. Please consider introducing or changing explicit label name
        this@with.inc()
            ^^^^^
/labelClashes.kt:14:13: warning: this label is now resolved to 'function bar' but soon it will be resolved to the closest 'anonymous function'. Please consider introducing or changing explicit label name
        this@bar.inc()
            ^^^^
/labelClashes.kt:23:17: warning: this label is now resolved to 'class with' but soon it will be resolved to the closest 'anonymous function'. Please consider introducing or changing explicit label name
            this@with.foo()
                ^^^^^
/labelClashes.kt:27:17: warning: this label is now resolved to 'class with' but soon it will be resolved to the closest 'anonymous function'. Please consider introducing or changing explicit label name
            this@with.foo()
                ^^^^^
/labelClashes.kt:40:13: warning: this label is now resolved to 'class TypedThis' but soon it will be resolved to the closest 'function baz extension receiver'. Please consider introducing or changing explicit label name
        this@TypedThis
            ^^^^^^^^^^

