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