Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
modifiers
/
withAnnotationAndEolComment3.kt
blob: 68e1aeb128db4febb491a197365644f17a627467 [
file
] [
log
] [
blame
]
// "Remove 'final' modifier" "true"
class
A
@Deprecated
(
""
)
// ds
final
<caret>
constructor
()
{
}
/* IGNORE_FIR */