Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
reflection
/
classLoaderForBuiltIns
/
test.kt
blob: fa36bdb98938408fe30f7e6d073305562bf5dc5d [
file
]
fun test
()
{
println
(
String
::
class
.
supertypes
)
}