dragas
this
this::bar
fun bar() {} class Foo { fun bar() {} fun foo() { val x = ::bar } }
bar
Foo.bar