class A { class Nested } fun main() { val x = A::Nested x : KFunction0 }