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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ comments
14
14
| comments.kt:65:9:67:11 | /**\n * An accessor comment\n */ | /**\n * An accessor comment\n */ |
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
+
| comments.kt:88:10:90:11 | /**\n * An anonymous object comment\n */ | /**\n * An anonymous object comment\n */ |
17
18
commentOwners
18
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 |
19
20
| 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 |
@@ -32,6 +33,8 @@ commentOwners
32
33
| comments.kt:71:9:73:11 | /**\n * An anonymous function comment\n */ | comments.kt:70:5:76:10 | l |
33
34
| comments.kt:71:9:73:11 | /**\n * An anonymous function comment\n */ | comments.kt:70:5:76:10 | l |
34
35
| comments.kt:79:9:81:11 | /**\n * A local function comment\n */ | comments.kt:82:9:82:24 | localFn |
| comments.kt:88:10:90:11 | /**\n * An anonymous object comment\n */ | comments.kt:87:15:92:5 | new X(...) { ... } |
35
38
commentNoOwners
36
39
| comments.kt:1:1:1:25 | /** Kdoc with no owner */ |
37
40
| comments.kt:24:9:24:25 | // A line comment |
@@ -52,6 +55,7 @@ commentSections
52
55
| comments.kt:65:9:67:11 | /**\n * An accessor comment\n */ | An accessor comment |
53
56
| comments.kt:71:9:73:11 | /**\n * An anonymous function comment\n */ | An anonymous function comment |
54
57
| comments.kt:79:9:81:11 | /**\n * A local function comment\n */ | A local function comment |
58
+
| comments.kt:88:10:90:11 | /**\n * An anonymous object comment\n */ | An anonymous object comment |
55
59
commentSectionContents
56
60
| 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 |
57
61
| A local function comment | A local function comment |
@@ -61,6 +65,7 @@ commentSectionContents
61
65
| Adds a [member] to this group.\n | Adds a [member] to this group.\n |
62
66
| An accessor comment | An accessor comment |
63
67
| An anonymous function comment | An anonymous function comment |
68
+
| An anonymous object comment | An anonymous object comment |
64
69
| An init block comment | An init block comment |
65
70
| Creates an empty group. | Creates an empty group. |
0 commit comments