c4b4fa750c
#KT-1183 In Progress
10 lines
97 B
Kotlin
10 lines
97 B
Kotlin
class A {
|
|
class Nested
|
|
}
|
|
|
|
fun main() {
|
|
val x = A::Nested
|
|
|
|
x : KFunction0<A.Nested>
|
|
}
|