[FIR] Report DEPRECATION when Java declaration is deprecated in javadoc
#KT-60682
This commit is contained in:
committed by
Space Team
parent
99307f97e9
commit
4e041494be
@@ -15,6 +15,6 @@ public class A {
|
||||
|
||||
// FILE: B.kt
|
||||
|
||||
class B(private val foo: String) : A() {
|
||||
override fun getFoo(text: String): String = super.getFoo(text + foo)
|
||||
class B(private val foo: String) : <!DEPRECATION!>A<!>() {
|
||||
override fun <!OVERRIDE_DEPRECATION!>getFoo<!>(text: String): String = super.<!DEPRECATION!>getFoo<!>(text + foo)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user