Merge pull request #656 from JetBrains/rr/yole/kt7483

fix JetPsiUtil.deleteClass() so that it no longer tries to delete the en...
This commit is contained in:
asedunov
2015-04-28 15:49:42 +03:00
4 changed files with 17 additions and 1 deletions
@@ -0,0 +1,6 @@
class A {
fun foo(): Int = 0
companion ob<caret>ject {}
}
@@ -0,0 +1,4 @@
class A {
fun foo(): Int = 0
}