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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ comments
7
7
| comments.kt:28:5:30:6 | /*\n A block comment\n */ | /*\n A block comment\n */ |
8
8
| comments.kt:35:5:35:34 | /** Medium is in the middle */ | /** Medium is in the middle */ |
9
9
| comments.kt:37:5:37:23 | /** This is high */ | /** This is high */ |
10
+
| comments.kt:42:5:44:6 | /**\n * A variable.\n */ | /**\n * A variable.\n */ |
10
11
commentOwners
11
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 |
12
13
| 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 |
@@ -16,6 +17,7 @@ commentOwners
16
17
| 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 |
17
18
| comments.kt:35:5:35:34 | /** Medium is in the middle */ | comments.kt:36:5:36:14 | Medium |
18
19
| comments.kt:37:5:37:23 | /** This is high */ | comments.kt:38:5:38:11 | High |
20
+
| comments.kt:42:5:44:6 | /**\n * A variable.\n */ | comments.kt:45:5:45:13 | int a |
19
21
commentSections
20
22
| comments.kt:1:1:1:25 | /** Kdoc with no owner */ | Kdoc with no owner |
21
23
| 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 |
@@ -25,8 +27,10 @@ commentSections
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 |
26
28
| comments.kt:35:5:35:34 | /** Medium is in the middle */ | Medium is in the middle |
27
29
| comments.kt:37:5:37:23 | /** This is high */ | This is high |
30
+
| comments.kt:42:5:44:6 | /**\n * A variable.\n */ | A variable. |
28
31
commentSectionContents
29
32
| 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 |
33
+
| A variable. | A variable. |
30
34
| Adds a [member] to this group.\n | Adds a [member] to this group.\n |
31
35
| Creates an empty group. | Creates an empty group. |
0 commit comments