Skip to content

Commit 3d1f9a7

Browse files
committed
Kotlin 2: Accept location changes in test-kotlin2/library-tests/data-classes
1 parent 1c61080 commit 3d1f9a7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

java/ql/test-kotlin2/library-tests/data-classes/PrintAst.expected

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ dc.kt:
1717
# 0| 3: [Method] copy
1818
# 0| 3: [TypeAccess] ProtoMapValue
1919
#-----| 4: (Parameters)
20-
# 1| 0: [Parameter] bytes
21-
# 1| 0: [TypeAccess] byte[]
22-
# 1| 1: [Parameter] strs
23-
# 1| 0: [TypeAccess] String[]
24-
# 1| 0: [TypeAccess] String
20+
# 0| 0: [Parameter] bytes
21+
# 0| 0: [TypeAccess] byte[]
22+
# 0| 1: [Parameter] strs
23+
# 0| 0: [TypeAccess] String[]
24+
# 0| 0: [TypeAccess] String
2525
# 0| 5: [BlockStmt] { ... }
2626
# 0| 0: [ReturnStmt] return ...
2727
# 0| 0: [ClassInstanceExpr] new ProtoMapValue(...)

java/ql/test-kotlin2/library-tests/data-classes/callees.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
| dc.kt:0:0:0:0 | new ProtoMapValue(...) | ProtoMapValue.ProtoMapValue |
55
| dc.kt:0:0:0:0 | toString(...) | java.util.Arrays.toString |
66
| dc.kt:0:0:0:0 | toString(...) | java.util.Arrays.toString |
7-
| dc.kt:1:1:1:71 | super(...) | java.lang.Object.Object |
7+
| dc.kt:1:25:1:71 | super(...) | java.lang.Object.Object |

0 commit comments

Comments
 (0)