PSI: Do not delete package directive for file in default package

#KT-24968 Fixed
This commit is contained in:
Alexey Sedunov
2018-06-19 17:18:45 +03:00
parent e2a632e326
commit 60583e557f
6 changed files with 32 additions and 1 deletions
@@ -0,0 +1,6 @@
val a = 42
// comment
// some other comment
val s = ""
@@ -0,0 +1,6 @@
val a = 42
// comment
// some other comment
val s = ""
@@ -0,0 +1,6 @@
val a = 42
// comment
// some other comment
val s = ""
@@ -0,0 +1,5 @@
{
"mainFile": "test.kt",
"targetPackage": "",
"newName": "test2.kt"
}