You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/ql/test/kotlin/library-tests/comments/comments.expected
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ comments
5
5
| comments.kt:19:5:22:7 | /**\n * Adds a [member] to this group.\n * @return the new size of the group.\n */ | /**\n * Adds a [member] to this group.\n * @return the new size of the group.\n */ |
6
6
| comments.kt:24:9:24:25 | // A line comment | // A line comment |
7
7
| comments.kt:28:5:30:6 | /*\n A block comment\n */ | /*\n A block comment\n */ |
8
+
| comments.kt:35:5:35:34 | /** Medium is in the middle */ | /** Medium is in the middle */ |
9
+
| comments.kt:37:5:37:23 | /** This is high */ | /** This is high */ |
8
10
commentOwners
9
11
| 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 */ | comments.kt:12:1:31:1 | Group |
10
12
| 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 */ | comments.kt:12:1:31:1 | Group |
@@ -23,12 +25,16 @@ commentSections
23
25
| 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 */ | the name of this group. |
24
26
| comments.kt:14:5:16:7 | /**\n * Members of this group.\n */ | Members of this group. |
25
27
| comments.kt:19:5:22:7 | /**\n * Adds a [member] to this group.\n * @return the new size of the group.\n */ | Adds a [member] to this group.\n |
28
+
| comments.kt:35:5:35:34 | /** Medium is in the middle */ | Medium is in the middle |
29
+
| comments.kt:37:5:37:23 | /** This is high */ | This is high |
26
30
commentSectionContents
27
31
| A group of *members*.\n\nThis class has no useful logic; it's just a documentation example.\n\n | A group of *members*.\n\nThis class has no useful logic; it's just a documentation example.\n\n |
28
32
| Adds a [member] to this group.\n | Adds a [member] to this group.\n |
29
33
| Creates an empty group. | Creates an empty group. |
30
34
| Kdoc with no owner | Kdoc with no owner |
35
+
| Medium is in the middle | Medium is in the middle |
31
36
| Members of this group. | Members of this group. |
37
+
| This is high | This is high |
32
38
| the name of this group. | the name of this group. |
0 commit comments