Add test for rename method produced from kotlin function

This commit is contained in:
Nikolay Krasko
2013-11-25 22:17:40 +04:00
parent 97c8e05984
commit a4203fac2f
6 changed files with 45 additions and 1 deletions
@@ -0,0 +1,9 @@
package testing;
import testing.rename.RenamePackage;
class JavaClient {
public void testing() {
RenamePackage.bar();
}
}