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
@@ -8,6 +8,7 @@ comments
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
10
| comments.kt:42:5:44:6 | /**\n * A variable.\n */ | /**\n * A variable.\n */ |
11
+
| comments.kt:48:1:50:3 | /**\n * A type alias comment\n */ | /**\n * A type alias comment\n */ |
11
12
commentOwners
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 |
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 |
@@ -18,6 +19,7 @@ commentOwners
18
19
| comments.kt:35:5:35:34 | /** Medium is in the middle */ | comments.kt:36:5:36:14 | Medium |
19
20
| comments.kt:37:5:37:23 | /** This is high */ | comments.kt:38:5:38:11 | High |
20
21
| comments.kt:42:5:44:6 | /**\n * A variable.\n */ | comments.kt:45:5:45:13 | int a |
22
+
| comments.kt:48:1:50:3 | /**\n * A type alias comment\n */ | comments.kt:51:1:51:24 | MyType |
21
23
commentSections
22
24
| comments.kt:1:1:1:25 | /** Kdoc with no owner */ | Kdoc with no owner |
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 */ | A group of *members*.\n\nThis class has no useful logic; it's just a documentation example.\n\n |
@@ -28,8 +30,10 @@ commentSections
28
30
| comments.kt:35:5:35:34 | /** Medium is in the middle */ | Medium is in the middle |
29
31
| comments.kt:37:5:37:23 | /** This is high */ | This is high |
30
32
| comments.kt:42:5:44:6 | /**\n * A variable.\n */ | A variable. |
33
+
| comments.kt:48:1:50:3 | /**\n * A type alias comment\n */ | A type alias comment |
31
34
commentSectionContents
32
35
| 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
+
| A type alias comment | A type alias comment |
33
37
| A variable. | A variable. |
34
38
| Adds a [member] to this group.\n | Adds a [member] to this group.\n |
35
39
| Creates an empty group. | Creates an empty group. |
0 commit comments