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-kotlin2/library-tests/comments/comments.expected
+5-46Lines changed: 5 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -15,68 +15,27 @@ comments
15
15
| comments.kt:71:9:73:11 | /**\n * An anonymous function comment\n */ | /**\n * An anonymous function comment\n */ |
16
16
| comments.kt:79:9:81:11 | /**\n * A local function comment\n */ | /**\n * A local function comment\n */ |
17
17
| comments.kt:88:10:90:11 | /**\n * An anonymous object comment\n */ | /**\n * An anonymous object comment\n */ |
18
-
| comments.kt:95:1:95:163 | // Diagnostic Matches: % Couldn't get owner of KDoc. The comment is extracted without an owner. ...while extracting a file (comments.kt) at %comments.kt:1:1:96:0% | // Diagnostic Matches: % Couldn't get owner of KDoc. The comment is extracted without an owner. ...while extracting a file (comments.kt) at %comments.kt:1:1:96:0% |
19
18
commentOwners
20
19
| 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 |
21
-
| 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 |
22
20
| comments.kt:14:5:16:7 | /**\n * Members of this group.\n */ | comments.kt:17:5:17:46 | getMembers$private |
23
21
| comments.kt:14:5:16:7 | /**\n * Members of this group.\n */ | comments.kt:17:5:17:46 | members |
24
22
| comments.kt:14:5:16:7 | /**\n * Members of this group.\n */ | comments.kt:17:5:17:46 | members |
25
23
| 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 |
26
-
| comments.kt:35:5:35:34 | /** Medium is in the middle */ | comments.kt:36:5:36:14 | Medium |
27
-
| comments.kt:37:5:37:23 | /** This is high */ | comments.kt:38:5:38:11 | High |
28
-
| comments.kt:48:1:50:3 | /**\n * A type alias comment\n */ | comments.kt:51:1:51:24 | MyType |
| comments.kt:88:10:90:11 | /**\n * An anonymous object comment\n */ | comments.kt:87:15:92:5 | new X(...) { ... } |
38
28
commentNoOwners
39
29
| comments.kt:1:1:1:25 | /** Kdoc with no owner */ |
40
30
| comments.kt:24:9:24:25 | // A line comment |
41
31
| comments.kt:28:5:30:6 | /*\n A block comment\n */ |
32
+
| comments.kt:35:5:35:34 | /** Medium is in the middle */ |
33
+
| comments.kt:37:5:37:23 | /** This is high */ |
42
34
| comments.kt:42:5:44:7 | /**\n * A variable.\n */ |
43
-
| comments.kt:95:1:95:163 | // Diagnostic Matches: % Couldn't get owner of KDoc. The comment is extracted without an owner. ...while extracting a file (comments.kt) at %comments.kt:1:1:96:0% |
35
+
| comments.kt:48:1:50:3 | /**\n * A type alias comment\n */ |
| comments.kt:71:9:73:11 | /**\n * An anonymous function comment\n */ |
44
38
commentSections
45
-
| comments.kt:1:1:1:25 | /** Kdoc with no owner */ | Kdoc with no owner |
46
-
| 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 |
47
-
| 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 */ | Creates an empty group. |
48
-
| 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. |
49
-
| comments.kt:14:5:16:7 | /**\n * Members of this group.\n */ | Members of this group. |
50
-
| 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 |
51
-
| comments.kt:35:5:35:34 | /** Medium is in the middle */ | Medium is in the middle |
52
-
| comments.kt:37:5:37:23 | /** This is high */ | This is high |
53
-
| comments.kt:42:5:44:7 | /**\n * A variable.\n */ | A variable. |
54
-
| comments.kt:48:1:50:3 | /**\n * A type alias comment\n */ | A type alias comment |
55
-
| comments.kt:54:5:56:7 | /**\n * An init block comment\n */ | An init block comment |
56
-
| comments.kt:61:5:63:7 | /**\n * A prop comment\n */ | A prop comment |
57
-
| comments.kt:65:9:67:11 | /**\n * An accessor comment\n */ | An accessor comment |
58
-
| comments.kt:71:9:73:11 | /**\n * An anonymous function comment\n */ | An anonymous function comment |
59
-
| comments.kt:79:9:81:11 | /**\n * A local function comment\n */ | A local function comment |
60
-
| comments.kt:88:10:90:11 | /**\n * An anonymous object comment\n */ | An anonymous object comment |
61
39
commentSectionContents
62
-
| 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 |
63
-
| A local function comment | A local function comment |
64
-
| A prop comment | A prop comment |
65
-
| A type alias comment | A type alias comment |
66
-
| A variable. | A variable. |
67
-
| Adds a [member] to this group.\n | Adds a [member] to this group.\n |
68
-
| An accessor comment | An accessor comment |
69
-
| An anonymous function comment | An anonymous function comment |
70
-
| An anonymous object comment | An anonymous object comment |
71
-
| An init block comment | An init block comment |
72
-
| Creates an empty group. | Creates an empty group. |
73
-
| Kdoc with no owner | Kdoc with no owner |
74
-
| Medium is in the middle | Medium is in the middle |
75
-
| Members of this group. | Members of this group. |
76
-
| This is high | This is high |
77
-
| the name of this group. | the name of this group. |
0 commit comments