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