–– Pkl Error ––
No viable alternative at input `/// doc comment\n// line comment\n/// doc continuation\n`.
3| /// doc continuation
^^^^^^^^^^^^^^^^^^^^^
at foo (.../foo.pkl:3)
Originally created by @stackoverflow on GitHub (Feb 4, 2025).
Adding a line or block comment between a doc comment results in an error, even though it should be ignored.
Example:
```pkl
/// doc comment
// line comment
/// doc continuation
foo = 1
```
Fails with:
```bash
–– Pkl Error ––
No viable alternative at input `/// doc comment\n// line comment\n/// doc continuation\n`.
3 | /// doc continuation
^^^^^^^^^^^^^^^^^^^^^
at foo (.../foo.pkl:3)
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @stackoverflow on GitHub (Feb 4, 2025).
Adding a line or block comment between a doc comment results in an error, even though it should be ignored.
Example:
Fails with: