You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
value: Thanks for taking the time to fill out this bug report! If you could take the time to reduce the issue as described in [FilingBugReports.md](https://github.com/apple/swift-syntax/blob/main/Sources/SwiftParser/SwiftParser.docc/FilingBugReports.md), we would really appreciate that.
8
+
- type: dropdown
9
+
id: issue-type
10
+
attributes:
11
+
label: Issue Kind
12
+
description: What kind of issue is this? See [FilingBugReports.md](https://github.com/apple/swift-syntax/blob/main/Sources/SwiftParser/SwiftParser.docc/FilingBugReports.md) for more details.
13
+
options:
14
+
- Round-Trip Failure
15
+
- Parser Crash
16
+
- Parse of Valid Source Failed
17
+
- Parse of Valid Source Produced Invalid Syntax Tree
18
+
- Bad Diagnostic Produced
19
+
- Other
20
+
- I Don’t Know
21
+
- type: textarea
22
+
id: source
23
+
attributes:
24
+
label: Source Code
25
+
description: The source code that, when fed into the parser, produces the bug.
26
+
value: |
27
+
```swift
28
+
```
29
+
- type: textarea
30
+
id: description
31
+
attributes:
32
+
label: Description
33
+
description: |
34
+
Any additional information you can provide for this issue, like
0 commit comments