Kotlin 2: Accept location changes in test-kotlin2/library-tests/data-classes

This commit is contained in:
Ian Lynagh
2024-02-07 15:17:40 +00:00
parent 1c6108028b
commit 3d1f9a79fb
2 changed files with 6 additions and 6 deletions

View File

@@ -17,11 +17,11 @@ dc.kt:
# 0| 3: [Method] copy
# 0| 3: [TypeAccess] ProtoMapValue
#-----| 4: (Parameters)
# 1| 0: [Parameter] bytes
# 1| 0: [TypeAccess] byte[]
# 1| 1: [Parameter] strs
# 1| 0: [TypeAccess] String[]
# 1| 0: [TypeAccess] String
# 0| 0: [Parameter] bytes
# 0| 0: [TypeAccess] byte[]
# 0| 1: [Parameter] strs
# 0| 0: [TypeAccess] String[]
# 0| 0: [TypeAccess] String
# 0| 5: [BlockStmt] { ... }
# 0| 0: [ReturnStmt] return ...
# 0| 0: [ClassInstanceExpr] new ProtoMapValue(...)

View File

@@ -4,4 +4,4 @@
| dc.kt:0:0:0:0 | new ProtoMapValue(...) | ProtoMapValue.ProtoMapValue |
| dc.kt:0:0:0:0 | toString(...) | java.util.Arrays.toString |
| dc.kt:0:0:0:0 | toString(...) | java.util.Arrays.toString |
| dc.kt:1:1:1:71 | super(...) | java.lang.Object.Object |
| dc.kt:1:25:1:71 | super(...) | java.lang.Object.Object |