Files
swift-mirror/test/IDE/Inputs/mock-sdk/FooHelper.printed.txt
Doug Gregor 2477206ed4 [Clang importer] Mark discardableResult attribute "implicit".
The Clang importer implicitly synthesizes @discardableResult for
nearly all imported functions. Printing this attribute in the
generated interface leads to a lot of noise. Mark it as implicit so we
don't print it.
2016-04-26 14:48:39 -07:00

7 lines
210 B
Plaintext

import FooHelper.FooHelperExplicit
@_exported import FooHelper.FooHelperSub
func fooHelperFunc1(_ a: Int32) -> Int32
var FooHelperUnnamedEnumeratorA1: Int { get }
var FooHelperUnnamedEnumeratorA2: Int { get }