Fix test data for change signature test
(cherry picked from commit 8d420f1)
This commit is contained in:
committed by
Dmitry Petrov
parent
fd893ba499
commit
2e1967eb84
+1
-1
@@ -1,5 +1,5 @@
|
||||
class J {
|
||||
void test() {
|
||||
_DefaultPackage.foo(new X(0), "1", 2);
|
||||
ConvertReceiverToParameter2BeforeKt.foo(new X(0), "1", 2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user