dcae66a727
replaces with 'const' when possible #KT-10981 Fixed
6 lines
116 B
Plaintext
Vendored
6 lines
116 B
Plaintext
Vendored
// "Replace '@JvmField' with 'const'" "true"
|
|
// WITH_RUNTIME
|
|
object Foo {
|
|
const private val a = "Lorem ipsum"
|
|
}
|