Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
missingDependencyJava
/
source.kt
blob: 8e9bfe3753e4fe76b1831761869824093bc4ca9a [
file
] [
log
] [
blame
]
import
test
.*
fun test
(
f
:
Foo
)
{
val bar
=
f
.
getBar
()
bar
.
bar
()
}