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