Kotlin: Accept test changes

This commit is contained in:
Ian Lynagh
2021-11-11 13:20:25 +00:00
parent e1cfaaaa9a
commit 8fc75abc6c
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
| test.kt:12:14:12:31 | listOf(...) | 0 | test.kt:12:21:12:30 | ... |
| test.kt:13:5:13:34 | funWithOnlyVarArgs(...) | 0 | test.kt:13:24:13:33 | ... |
| test.kt:14:5:14:50 | funWithArgsAndVarArgs(...) | 0 | test.kt:14:28:14:30 | foo |
| test.kt:14:5:14:50 | funWithArgsAndVarArgs(...) | 1 | test.kt:14:34:14:37 | true |

View File

@@ -1,3 +1,6 @@
| test.kt:12:21:12:30 | ... | 0 | test.kt:12:21:12:22 | 10 |
| test.kt:12:21:12:30 | ... | 1 | test.kt:12:25:12:26 | 11 |
| test.kt:12:21:12:30 | ... | 2 | test.kt:12:29:12:30 | 12 |
| test.kt:13:24:13:33 | ... | 0 | test.kt:13:24:13:25 | 20 |
| test.kt:13:24:13:33 | ... | 1 | test.kt:13:28:13:29 | 21 |
| test.kt:13:24:13:33 | ... | 2 | test.kt:13:32:13:33 | 22 |