668473c337
#KT-35215 Fixed
4 lines
78 B
Kotlin
Vendored
4 lines
78 B
Kotlin
Vendored
// "Remove 'const' modifier" "true"
|
|
class Foo {
|
|
<caret>const val s = "s"
|
|
} |