Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
nj2k
/
testData
/
newJ2k
/
kotlinApiAccess
/
GlobalFunction.kt
blob: 5c039acf511db73357c41b3af5d3119f093d016c [
file
] [
log
] [
blame
]
import
kotlinApi
.
globalFunction
internal
class
C
{
fun foo
()
{
val s
=
globalFunction
(
"x"
)
}
}