Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
nj2k
/
testData
/
newJ2k
/
kotlinApiAccess
/
GlobalGenericFunction.java
blob: 9ad7637d310877c0818fcd4cede69f3db38b0bf6 [
file
] [
log
] [
blame
]
//file
import
kotlinApi
.
KotlinApiKt
;
class
C
{
void
foo
()
{
int
v
=
KotlinApiKt
.<
Integer
>
globalGenericFunction
(
1
);
}
}