blob: 253a275fa1fc4674b63e55b2ec4482022930a7a6 [file] [log] [blame]
package b
import a.A
interface B {
fun foo(): A
}