Add test for rename method produced from kotlin function
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package testing;
|
||||
|
||||
import testing.rename.RenamePackage;
|
||||
|
||||
class JavaClient {
|
||||
public void testing() {
|
||||
RenamePackage.bar();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user