Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
modifiers
/
withAnnotationAndEolComment2.kt
blob: 65a22ffd5cd9e045bd0b04c34de06e35a8a2fd7e [
file
]
// "Remove 'final' modifier" "true"
class
A
()
{
@Deprecated
(
""
)
// wd
final
<caret>
constructor
(
i
:
Int
):
this
()
}