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