Files
swift-mirror/stdlib/public/Darwin/Foundation/CheckClass.swift
Karoy Lorentey 1d1205d669 [Foundation] Work around name resolution in Swift 5.3
In 5.3, if an Objective-C method declared in a header shares the same name as an inaccessible Swift method, then the compiler considers the method to be inaccessible. As a workaround, rename the Swift method and stop emitting a symbol for it.

This is not a problem on the trunk, but there is no reason to expose this symbol there, either.
2020-07-14 12:06:31 -07:00

2.4 KiB