KT-1702 Renaming file causes "Operation not supported" and invalid imports
(Rename problem was caused because of invalid reference to file from package. Fix contains: - Change structure of references in package expression - last part is also a reference now - Resolve packages to expression but not to files) #KT-1702 fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
~ns~package nestedObjects
|
||||
package ~ns~nestedObjects
|
||||
object ~A~A {
|
||||
val b = `A.B`B
|
||||
val d = `A`A.`A.B`B.`A.B.A`A
|
||||
|
||||
Reference in New Issue
Block a user