class X{ fun foo(p: () -> Unit){} fun bar() { foo(this.) } fun f(){} } // NUMBER: 0