dcae66a727
replaces with 'const' when possible #KT-10981 Fixed
7 lines
145 B
Plaintext
Vendored
7 lines
145 B
Plaintext
Vendored
// "Replace '@JvmField' with 'const'" "true"
|
|
// WITH_RUNTIME
|
|
interface IFace {
|
|
companion object {
|
|
const val a = "Lorem ipsum"
|
|
}
|
|
} |