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

4 lines
65 B
Plaintext
Vendored

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