Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
missingDependencySimple
/
library
/
b.kt
blob: 253a275fa1fc4674b63e55b2ec4482022930a7a6 [
file
] [
log
] [
blame
]
package
b
import
a
.
A
interface
B
{
fun foo
():
A
}