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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ comments
9
9
| comments.kt:37:5:37:23 | /** This is high */ | /** This is high */ |
10
10
| comments.kt:42:5:44:6 | /**\n * A variable.\n */ | /**\n * A variable.\n */ |
11
11
| comments.kt:48:1:50:3 | /**\n * A type alias comment\n */ | /**\n * A type alias comment\n */ |
12
+
| comments.kt:54:5:56:7 | /**\n * An init block comment\n */ | /**\n * An init block comment\n */ |
12
13
commentOwners
13
14
| 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 |
14
15
| 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 |
@@ -31,11 +32,13 @@ commentSections
31
32
| comments.kt:37:5:37:23 | /** This is high */ | This is high |
32
33
| comments.kt:42:5:44:6 | /**\n * A variable.\n */ | A variable. |
33
34
| comments.kt:48:1:50:3 | /**\n * A type alias comment\n */ | A type alias comment |
35
+
| comments.kt:54:5:56:7 | /**\n * An init block comment\n */ | An init block comment |
34
36
commentSectionContents
35
37
| 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 |
36
38
| A type alias comment | A type alias comment |
37
39
| A variable. | A variable. |
38
40
| Adds a [member] to this group.\n | Adds a [member] to this group.\n |
41
+
| An init block comment | An init block comment |
39
42
| Creates an empty group. | Creates an empty group. |
40
43
| Kdoc with no owner | Kdoc with no owner |
41
44
| Medium is in the middle | Medium is in the middle |
0 commit comments