Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
modifiers
/
withAnnotationAndEolComment3.kt
blob: a3ff44a807aa3966ef70710c0d2fb104ba456a27 [
file
]
// "Remove 'final' modifier" "true"
class
A
@Deprecated
(
""
)
// ds
final
<caret>
constructor
()
{
}