Skip to content

Conversation

eeckstein
Copy link
Contributor

We were missing parentheses:

  $@opened("...", any P2) Self.A

->

  $(@opened("...", any P2) Self).A

We were missing parentheses:
```
  $@opened("...", any P2) Self.A
```
->
```
  $(@opened("...", any P2) Self).A
```
@eeckstein eeckstein requested review from rjmccall and removed request for xedin, hborla and tshortli August 25, 2025 17:40
@eeckstein
Copy link
Contributor Author

@swift-ci smoke test

2 similar comments
@eeckstein
Copy link
Contributor Author

@swift-ci smoke test

@eeckstein
Copy link
Contributor Author

@swift-ci smoke test

@eeckstein eeckstein merged commit 3a8399d into swiftlang:main Aug 26, 2025
3 checks passed
@eeckstein eeckstein deleted the fix-sil-printer branch August 26, 2025 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant