Add quickfix for CONST_VAL_NOT_TOP_LEVEL_OR_OBJECT to remove const modifier
#KT-35215 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
5a3c6def8f
commit
668473c337
@@ -0,0 +1,4 @@
|
||||
// "Remove 'const' modifier" "true"
|
||||
class Foo {
|
||||
<caret>const val s = "s"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
// "Remove 'const' modifier" "true"
|
||||
class Foo {
|
||||
val s = "s"
|
||||
}
|
||||
Reference in New Issue
Block a user