Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
modifiers
/
withAnnotationAndEolComment.kt
blob: 297048a649caecdccedf98f1a7cfc013edcb1fc8 [
file
]
// "Remove 'final' modifier" "true"
@Deprecated
(
""
)
//some comment
final
<caret>
val x
:
Int
=
42