-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Add a test for synthesized get-only properties in swiftinterfaces #20244
New issue
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
Conversation
@swift-ci Please test |
Thanks! I don't think these are tested in the other tests. |
Build failed |
Build failed |
Uh, hm, and we don't put them all on one line anymore. Oops. |
a7a5d83
to
c0e7c6c
Compare
@swift-ci Please smoke test |
// CHECK-NEXT: public func hash(into hasher: inout Swift.Hasher) | ||
// CHECK-NEXT: @inlinable public init?(rawValue: Swift.Int) | ||
// CHECK-NEXT: public var rawValue: Swift.Int { | ||
// CHECK-NEXT: @inlinable get{{$}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a little unfortunate, I guess. (It's a synthesized body, so we don't know how to print it.)
@swift-ci please smoke test linux platform |
1 similar comment
@swift-ci please smoke test linux platform |
c0e7c6c
to
5b86513
Compare
@swift-ci Please smoke test |
@swift-ci Please smoke test Linux |
Probably superfluous with all the other tests @harlanhaskins has been adding, but I wrote it and it was sitting around on my machine, so we might as well use it.