Skip to content

Support parsing of editor placeholders in type positions #2156

@ahoppen

Description

@ahoppen

Issue Kind

Other

Source Code

let a: <#T#> = x

Description

<#T#> currently gets parsed as a NamedOpaqueReturnTypeSyntax. We should create a EditorPlaceholderTypeSyntax node and parse <#T#> as an editor placeholder.

Metadata

Metadata

Assignees

Labels

SwiftParserBugs in the (new) Parser written in SwiftbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions