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,8 +1,8 @@
import test.TestPackage;
import test.AddTopLevelPropertyReceiverBeforeKt;
class Test {
static void test() {
TestPackage.getP();
TestPackage.setP(1);
AddTopLevelPropertyReceiverBeforeKt.getP();
AddTopLevelPropertyReceiverBeforeKt.setP(1);
}
}