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