Skip to content

Commit

Permalink
remove usued operation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingzhe Huang (from Dev Box) committed Jul 24, 2024
1 parent 36f30a5 commit 0857064
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2583,10 +2583,6 @@ describe("typespec-client-generator-core: decorators", () => {
model Model2{
kind: string;
}
@test
@route("/func1")
op func1(@body body: Model1): void;
}
`);

Expand Down

0 comments on commit 0857064

Please sign in to comment.