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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,11 @@ commentOwners
31
31
| comments.kt:71:9:73:11 | /**\n * An anonymous function comment\n */ | comments.kt:70:5:76:10 | getL |
32
32
| comments.kt:71:9:73:11 | /**\n * An anonymous function comment\n */ | comments.kt:70:5:76:10 | l |
33
33
| comments.kt:71:9:73:11 | /**\n * An anonymous function comment\n */ | comments.kt:70:5:76:10 | l |
34
+
| comments.kt:79:9:81:11 | /**\n * A local function comment\n */ | comments.kt:82:9:82:24 | localFn |
34
35
commentNoOwners
35
36
| comments.kt:1:1:1:25 | /** Kdoc with no owner */ |
36
37
| comments.kt:24:9:24:25 | // A line comment |
37
38
| comments.kt:28:5:30:6 | /*\n A block comment\n */ |
38
-
| comments.kt:79:9:81:11 | /**\n * A local function comment\n */ |
39
39
commentSections
40
40
| comments.kt:1:1:1:25 | /** Kdoc with no owner */ | Kdoc with no owner |
41
41
| 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 |
0 commit comments