Files
kotlin/compiler/testData/reflection/classLoaderForBuiltIns/test.kt
2019-04-08 12:43:53 +03:00

4 lines
53 B
Kotlin
Vendored

fun test() {
println(String::class.supertypes)
}