Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
md5: c46d2ff397cf421f1c6bc4e705d02f18
Issue Description:
Framework1:
open class Foo { let color: UIColor public init(color: UIColor = .white) { self.color = color } }
Framework 2
import Framework1 class Bar: Foo { } print(Bar()) // Doesn't compile with swift-DEVELOPMENT-SNAPSHOT-2016-09-03-a.xctoolchain
Compiles with swift-DEVELOPMENT-SNAPSHOT-2016-09-01-a.xctoolchain Doesn't compile with swift-DEVELOPMENT-SNAPSHOT-2016-09-03-a.xctoolchain
The text was updated successfully, but these errors were encountered:
cc @DougGregor
Sorry, something went wrong.
This works in Xcode 8.3.
DougGregor
No branches or pull requests
Additional Detail from JIRA
md5: c46d2ff397cf421f1c6bc4e705d02f18
Issue Description:
Framework1:
Framework 2
Compiles with swift-DEVELOPMENT-SNAPSHOT-2016-09-01-a.xctoolchain
Doesn't compile with swift-DEVELOPMENT-SNAPSHOT-2016-09-03-a.xctoolchain
The text was updated successfully, but these errors were encountered: