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