FILE: nestedConstructorCallable.kt public final class A : R|kotlin/Any| { public constructor(): R|A| { super() } public final class Nested : R|kotlin/Any| { public constructor(): R|A.Nested| { super() } } public final fun main(): R|kotlin/Unit| { lval x: R|kotlin/reflect/KFunction0| = ::R|/A.Nested.Nested| lval y: R|kotlin/reflect/KFunction0| = Q|A|::R|/A.Nested.Nested| } }