Skip to content

Commit 4da480e

Browse files
committed
Accept test changes resulting from correctly mapping extension methods' default proxies
1 parent b148e31 commit 4da480e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
| test.kt:5:3:7:3 | f | test.kt:5:3:7:3 | f$default |
2+
| test.kt:19:3:22:3 | f | test.kt:19:3:22:3 | f$default |
23
| test.kt:34:14:36:3 | f | test.kt:34:14:36:3 | f$default |
4+
| test.kt:56:3:58:3 | test | test.kt:56:3:58:3 | test$default |
35
| test.kt:68:1:80:1 | TestConstructor | test.kt:68:1:80:1 | TestConstructor |
46
| test.kt:86:5:88:5 | f | test.kt:86:5:88:5 | f$default |
57
| test.kt:106:7:108:7 | f | test.kt:106:7:108:7 | f$default |

0 commit comments

Comments
 (0)