Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
nj2k
/
testData
/
newJ2k
/
kotlinApiAccess
/
GlobalGenericFunction.kt
blob: bd96f002407e2dc138e2545aca1dc76352403af4 [
file
] [
log
] [
blame
]
import
kotlinApi
.
globalGenericFunction
internal
class
C
{
fun foo
()
{
val v
=
globalGenericFunction
(
1
)
}
}