Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
cli
/
jvm
/
noStdlib.kt
blob: 4029cc066761611f9f8768080afb3df545ea20c5 [
file
]
import
kotlin
.
reflect
.*
fun foo
()
{
String
::
class
.
primaryConstructor
Void
::
class
::
foo
.
name
listOf
(
42
)
}