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