Move: Remove companion object which becomes empty after the move

#KT-13903 Fixed
This commit is contained in:
Alexey Sedunov
2016-09-19 15:00:28 +03:00
parent 11a7a242c8
commit 951dc6a438
7 changed files with 38 additions and 6 deletions
@@ -0,0 +1,3 @@
package test
class Nested{}
@@ -0,0 +1,4 @@
package test
class Test1 {
}
@@ -0,0 +1,7 @@
package test
class Test1 {
companion object {
class <caret>Nested{}
}
}
@@ -0,0 +1,5 @@
{
"mainFile": "test.kt",
"type": "MOVE_KOTLIN_NESTED_CLASS",
"withRuntime": "true"
}