Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
replaceJvmFieldWithConst
/
toplevel.kt
blob: f81ac0337ec0eb38d8703da40d9ba84ceb74228c [
file
] [
log
] [
blame
]
// "Replace '@JvmField' with 'const'" "true"
// WITH_RUNTIME
<caret>
@JvmField
private
val number
:
Int
=
42