Files
kotlin-fork/idea/testData/quickfix/redundantConst/simple.kt
T
2020-09-29 23:58:28 +09:00

4 lines
78 B
Kotlin
Vendored

// "Remove 'const' modifier" "true"
class Foo {
<caret>const val s = "s"
}