5bafd4008f
#KT-30749 Fixed
4 lines
53 B
Kotlin
Vendored
4 lines
53 B
Kotlin
Vendored
fun test() {
|
|
println(String::class.supertypes)
|
|
}
|