Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
replaceJvmFieldWithConst
/
stringTemplateWithConstants.kt.after
blob: 97ad333c66e5e4ec89bf76e8470da4ce51e1209b [
file
] [
log
] [
blame
]
// "Replace '@JvmField' with 'const'" "true"
// WITH_RUNTIME
const
val three
=
3
private
const
val text
=
"${2 + three}"