Move to top level: update import directives on the usage site when the declaration to be moved is not private

#KT-37213 Fixed
This commit is contained in:
Toshiaki Kameyama
2020-03-09 13:42:02 +09:00
committed by Vladimir Dolzhenko
parent b06a3ea5ac
commit 77f85d8b7c
7 changed files with 46 additions and 5 deletions
@@ -0,0 +1,5 @@
{
"mainFile": "a/A.kt",
"intentionClass": "org.jetbrains.kotlin.idea.intentions.MoveMemberToTopLevelIntention",
"withRuntime": "true"
}