update Java references to file class when a file is renamed

This commit is contained in:
Dmitry Jemerov
2015-09-11 20:44:42 +02:00
parent ab58dc3586
commit 35de13a6b2
12 changed files with 113 additions and 2 deletions
@@ -36,7 +36,7 @@ public object PackagePartClassUtils {
private val PART_CLASS_NAME_SUFFIX = "Kt"
private @JvmStatic fun getPartClassName(str: String): String =
public @JvmStatic fun getPartClassName(str: String): String =
if (str.isEmpty())
"_$PART_CLASS_NAME_SUFFIX"
else