KT-56845 [SLC] Add @Override to overridden property accessors
This commit is contained in:
committed by
Space Team
parent
82524fde26
commit
d9f023db89
+3
-2
@@ -9,12 +9,13 @@ public enum Foo /* Foo*/ {
|
||||
public final class InlineInheritance /* InlineInheritance*/ implements I {
|
||||
private final int v;
|
||||
|
||||
@java.lang.Override()
|
||||
public int getX();// getX()
|
||||
|
||||
@java.lang.Override()
|
||||
public int y();// y()
|
||||
|
||||
public final int getV();// getV()
|
||||
|
||||
public int getX();// getX()
|
||||
}
|
||||
|
||||
public final class InlinedDelegate /* InlinedDelegate*/<T> {
|
||||
|
||||
Reference in New Issue
Block a user