Skip to content

typescript: "type" broken for methods and fields #2072

@pokey

Description

@pokey

In the following code

class Aaa {
  ddd: string;
  bbb(): string {
    return "ccc";
  }
}

Both strings should be "type"S, but they are not.

Metadata

Metadata

Labels

bugSomething isn't workinglang-typescriptTypeScript/JavaScript grammar support

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions