Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
nj2k
/
testData
/
newJ2k
/
kotlinApiAccess
/
StaticImportAllFromObject.java
blob: ca878c92248255a4ddda1df91f3834f584ec219d [
file
] [
log
] [
blame
]
import
static
kotlinApi
.
KotlinObject
.*;
class
C
{
int
bar
()
{
return
foo
();
}
}