// IS_APPLICABLE: true // WITH_RUNTIME class Test { fun test() { with(Any()) { val f = { s: String -> foo(s) } } } } fun Test.foo(s: String) {}