func test(b : Base) { b.doIt(0); } // RUN: %sourcekitd-test -req=cursor -pos=3:7 %s -- %s %mcp_opt -F %S/Inputs -module-name Mixed -import-underlying-module | FileCheck %s // CHECK: source.lang.swift.ref.function.method.instance ({{.*}}Mixed.framework/Headers/Mixed.h:5:9-5:23) // CHECK: doIt(_:) // CHECK: c:objc(cs)Base(im)doIt: // CHECK: Base -> (Int32) -> Void // CHECK: Mixed // CHECK: func doIt(arg: Int32)