Deprecate escaped modifiers and unescaped annotations
This commit is contained in:
Vendored
+1
-1
@@ -6,6 +6,6 @@ open class Base {
|
||||
|
||||
class Derived : Base() {
|
||||
companion object {
|
||||
<!ACCIDENTAL_OVERRIDE!>JvmStatic fun foo()<!> {}
|
||||
<!ACCIDENTAL_OVERRIDE!>@JvmStatic fun foo()<!> {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user