[FIR] Fix diagnostic message rendering for OVERRIDE_DEPRECATION

This commit is contained in:
Dmitriy Novozhilov
2021-09-07 11:46:37 +03:00
committed by TeamCityServer
parent 9f4abd8ff7
commit 661d89c67f
3 changed files with 6 additions and 3 deletions
@@ -16,7 +16,7 @@ interface WithDeprecation {
}
class A : J(), WithDeprecation {
override fun <!OVERRIDE_DEPRECATION!>foo<!>() {}
override fun <!OVERRIDE_DEPRECATION("")!>foo<!>() {}
}
fun main() {