Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
cli
/
jvm
/
noReflect.kt
blob: 9204affe8805082babc0a3a472403ebfd4455831 [
file
]
import
kotlin
.
reflect
.*
fun foo
()
{
String
::
class
.
primaryConstructor
listOf
(
42
)
}