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