[FE 1.0] Fix diagnostic message rendering for OVERRIDE_DEPRECATION
This commit is contained in:
committed by
TeamCityServer
parent
9844671ded
commit
9f4abd8ff7
@@ -16,7 +16,7 @@ interface WithDeprecation {
|
||||
}
|
||||
|
||||
class A : J(), WithDeprecation {
|
||||
override fun <!OVERRIDE_DEPRECATION!>foo<!>() {}
|
||||
override fun <!OVERRIDE_DEPRECATION("This deprecation won't be inherited in future releases. ")!>foo<!>() {}
|
||||
}
|
||||
|
||||
fun main() {
|
||||
|
||||
Reference in New Issue
Block a user