Fix test data for safe delete test

(cherry picked from commit 25f363d)
This commit is contained in:
Pavel V. Talanov
2015-10-15 22:31:21 +03:00
committed by Dmitry Petrov
parent 50ff146865
commit 12d5aca9d6
10 changed files with 10 additions and 10 deletions
@@ -2,6 +2,6 @@ package test;
class A {
void fun bar() {
TestPackage.foo("");
FunExtKt.foo("");
}
}