Skip to content

Parse templated named type references #728

@Snowy1803

Description

@Snowy1803

Parse types with templates.
UnresolvedNameTy should support storing the template arguments it can have

struct S<T> {}

var a: S::<T>; // This template argument should appear in -print-astgen

Metadata

Metadata

Assignees

Labels

parserThe component which will generate the AST

Type

No type

Projects

Status

In Review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions