Use "Move to companion" quick fix for CONST_VAL_NOT_TOP_LEVEL_OR_OBJECT

So #KT-22871 Fixed
This commit is contained in:
Toshiaki Kameyama
2018-06-06 05:05:25 +03:00
committed by Mikhail Glukhikh
parent 69d2e8898a
commit 2669193755
6 changed files with 60 additions and 1 deletions
@@ -0,0 +1,4 @@
// "Move to companion object" "true"
class Test {
<caret>const val foo = ""
}