Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
replaceJvmFieldWithConst
/
stringTemplateWithConstants.kt
blob: bd4cab6a7a0fe78c5552ee1690015de40b5f8144 [
file
]
// "Replace '@JvmField' with 'const'" "true"
// WITH_RUNTIME
const
val three
=
3
<caret>
@JvmField
private
val text
=
"${2 + three}"