[FIR] Fix diagnostic message rendering for OVERRIDE_DEPRECATION
This commit is contained in:
committed by
TeamCityServer
parent
9f4abd8ff7
commit
661d89c67f
+1
-1
@@ -16,7 +16,7 @@ interface WithDeprecation {
|
||||
}
|
||||
|
||||
class A : J(), WithDeprecation {
|
||||
override fun <!OVERRIDE_DEPRECATION!>foo<!>() {}
|
||||
override fun <!OVERRIDE_DEPRECATION("")!>foo<!>() {}
|
||||
}
|
||||
|
||||
fun main() {
|
||||
|
||||
Reference in New Issue
Block a user