mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
182 B
Swift
8 lines
182 B
Swift
@_exported import MixedWithHeader
|
|
|
|
public func testLineImpl(_ line: Line) {
|
|
doSomethingElse(line)
|
|
}
|
|
|
|
public func testOriginal(_ a: ForwardClass, _ b: Base, _ c: ProtoConformer) {}
|