microsoft / microsoft/typespec
Allow nesting multi line comments
Open
- Dominant language
- Java
- Stars
- 5.9k
- Forks
- 394
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 104
Description
This cause the comment to be terminated early
```
/**
* A comment like /** */
*/
model Foo {}
```
https://cadlplayground.z22.web.core.windows.net/?c=LyoqCiAqICBBIGNvbW1lbnQgbGlrZSBgLyoqICovYAogKi8KbW9kZWwgRm9vIHt9
Swift for example just allows that to work fine
Contributor guide
Assessment
This issue has not been assessed yet.