Fix test data for rename test
(cherry picked from commit aee4f25)
This commit is contained in:
committed by
Dmitry Petrov
parent
e578caaed2
commit
ba84214bd0
Vendored
+2
-2
@@ -1,9 +1,9 @@
|
||||
package testing;
|
||||
|
||||
import testing.rename.RenamePackage;
|
||||
import testing.rename.RenameKotlinPackageFunctionFromJavaKt;
|
||||
|
||||
class JavaClient {
|
||||
public void testing() {
|
||||
RenamePackage.foo();
|
||||
RenameKotlinPackageFunctionFromJavaKt.foo();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user