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