Add "Remove 'const'" quickfix for TYPE_CANT_BE_USED_FOR_CONST_VAL
So #KT-24815 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
c344354395
commit
1e31d24e9b
@@ -0,0 +1,7 @@
|
||||
// "Remove 'const' modifier" "true"
|
||||
|
||||
class Foo
|
||||
|
||||
object Test {
|
||||
<caret>const val c = Foo()
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
// "Remove 'const' modifier" "true"
|
||||
|
||||
class Foo
|
||||
|
||||
object Test {
|
||||
val c = Foo()
|
||||
}
|
||||
Reference in New Issue
Block a user