Files
swift-mirror/test/Sema/api-availability-only-ok.swift
Alexis Laferrière 69ee427532 [Sema] Fix reports on async when checking only the API availability
-check-api-availability-only limits availability checking to the API
only, ensuring that was will appear in the swiftinterface is sound but
without raising issues about implementation details. This patch ensures
it correctly ignore non-public async functions as they wouldn't appear
in the API.

rdar://86174644
2021-12-09 11:34:33 -08:00

2.3 KiB