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