Skip to content

No error reported when trying to reference templated alias without arguments #9655

@timotheeguerin

Description

@timotheeguerin
alias Foo<T>  = {
  t: T;
};


model Test {
  prop: Foo.t
}

Playground Link

There is one spec in spec repo using it, and some this seems to have caused some weird behavior

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions