Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76d7ac9

Browse files
committed
Kotlin: Accept test changes
1 parent 6a16588 commit 76d7ac9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

java/ql/test/kotlin/library-tests/comments/comments.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ commentOwners
1818
| comments.kt:14:5:16:7 | /**\n * Members of this group.\n */ | comments.kt:17:5:17:46 | members |
1919
| comments.kt:14:5:16:7 | /**\n * Members of this group.\n */ | comments.kt:17:13:17:46 | <get-members> |
2020
| comments.kt:19:5:22:7 | /**\n * Adds a [member] to this group.\n * @return the new size of the group.\n */ | comments.kt:23:5:26:5 | add |
21+
| comments.kt:35:5:35:34 | /** Medium is in the middle */ | comments.kt:36:5:36:14 | Medium |
22+
| comments.kt:37:5:37:23 | /** This is high */ | comments.kt:38:5:38:11 | High |
2123
commentSections
2224
| comments.kt:1:1:1:25 | /** Kdoc with no owner */ | Kdoc with no owner |
2325
| comments.kt:4:1:11:3 | /**\n * A group of *members*.\n *\n * This class has no useful logic; it's just a documentation example.\n *\n * @property name the name of this group.\n * @constructor Creates an empty group.\n */ | A group of *members*.\n\nThis class has no useful logic; it's just a documentation example.\n\n |

0 commit comments

Comments
 (0)