Skip to content

Commit 931b27f

Browse files
authored
Merge pull request github#15573 from igfoo/igfoo/k2-more
Kotlin 2: Accept loc changes in library-tests/parameter-defaults/defaults.expected
2 parents a7eac11 + ab758d5 commit 931b27f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

java/ql/test-kotlin2/library-tests/parameter-defaults/defaults.expected

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
| test.kt:5:3:7:3 | f | test.kt:5:3:7:3 | f$default |
22
| test.kt:19:3:22:3 | f | test.kt:19:3:22:3 | f$default |
3-
| test.kt:34:14:36:3 | f | test.kt:34:14:36:3 | f$default |
3+
| test.kt:34:3:36:3 | f | test.kt:34:3:36:3 | f$default |
44
| test.kt:56:3:58:3 | test | test.kt:56:3:58:3 | test$default |
5-
| test.kt:68:1:80:1 | TestConstructor | test.kt:68:1:80:1 | TestConstructor |
5+
| test.kt:68:22:68:75 | TestConstructor | test.kt:68:22:68:75 | TestConstructor |
66
| test.kt:86:5:88:5 | f | test.kt:86:5:88:5 | f$default |
77
| test.kt:106:7:108:7 | f | test.kt:106:7:108:7 | f$default |
88
| test.kt:124:3:126:3 | f | test.kt:124:3:126:3 | f$default |
99
| test.kt:135:3:135:43 | testReturn | test.kt:135:3:135:43 | testReturn$default |
1010
| test.kt:145:3:147:3 | f | test.kt:145:3:147:3 | f$default |
1111
| test.kt:158:3:158:35 | f | test.kt:158:3:158:35 | f$default |
12-
| test.kt:159:12:159:44 | g$main | test.kt:159:12:159:44 | g$main$default |
13-
| test.kt:160:13:160:45 | h | test.kt:160:13:160:45 | h$default |
14-
| test.kt:161:11:161:43 | i | test.kt:161:11:161:43 | i$default |
12+
| test.kt:159:3:159:44 | g$main | test.kt:159:3:159:44 | g$main$default |
13+
| test.kt:160:3:160:45 | h | test.kt:160:3:160:45 | h$default |
14+
| test.kt:161:3:161:43 | i | test.kt:161:3:161:43 | i$default |
1515
| test.kt:171:3:171:97 | f | test.kt:171:3:171:97 | f$default |
1616
| test.kt:179:3:179:46 | f | test.kt:179:3:179:46 | f$default |
1717
| test.kt:180:3:180:34 | f | test.kt:180:3:180:34 | f$default |

0 commit comments

Comments
 (0)