Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
missingDependencyDifferentCases
/
library
/
b.kt
blob: 172152d6eb802546992f0948fd60d22cfc2f47b6 [
file
]
package
b
import
a
.
A
interface
B
{
fun returnType
():
A
fun parameter
(
param
:
A
?)
}
fun A
?.
extensionReceiver
()
{}