arcnor
class X() { fun test() { with(var, { val outerInstance = this; // `this` refers to `var`, and not to the `X` instance... }) } }