Fix test data for change signature test

(cherry picked from commit 8d420f1)
This commit is contained in:
Pavel V. Talanov
2015-10-15 21:31:18 +03:00
committed by Dmitry Petrov
parent fd893ba499
commit 2e1967eb84
15 changed files with 23 additions and 23 deletions
@@ -1,5 +1,5 @@
class J {
void test() {
_DefaultPackage.foo(new X(0), "1", 2);
ConvertParameterToReceiver2BeforeKt.foo(new X(0), "1", 2);
}
}