Closed
Description
Originally reported from an interview. See microsoft/vscode-spring-boot-dashboard#180 (comment)
// a)
@PutMapping("")
/ * a method definition */
// b)
@PutMapping
/ * a method definition */
For style a, it works well. But for style b, corresponding workspace symbol doesn't indicate it's a "PUT".