Rename: Allow deleting name of companion object

#KT-20178 Fixed
This commit is contained in:
Alexey Sedunov
2018-02-26 12:10:13 +03:00
parent 0e3e387446
commit 5bff4b9f39
5 changed files with 59 additions and 4 deletions
@@ -151,6 +151,10 @@ class InplaceRenameTest : LightPlatformCodeInsightTestCase() {
doTestMemberInplaceRename("x")
}
fun testEraseCompanionName() {
doTestMemberInplaceRename("")
}
private fun doTestImplicitLambdaParameter(newName: String) {
configureByFile(getTestName(false) + ".kt")