Skip to content

Commit a17d996

Browse files
committed
docs: generate docs
1 parent 35df873 commit a17d996

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6114,6 +6114,14 @@ function quux() {
61146114
}
61156115
// Message: Syntax error in type: foo%
61166116

6117+
/**
6118+
* @borrows #foo as bar
6119+
*/
6120+
function quux() {
6121+
6122+
}
6123+
// Message: Syntax error in type: #foo
6124+
61176125
/**
61186126
* @borrows foo as bar%
61196127
*/
@@ -6196,6 +6204,13 @@ function quux() {
61966204

61976205
}
61986206

6207+
/**
6208+
* @borrows foo as #bar
6209+
*/
6210+
function quux() {
6211+
6212+
}
6213+
61996214
/**
62006215
* @see foo%
62016216
*/

0 commit comments

Comments
 (0)