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