[AA LC] Add @java.lang.Override on override functions

This commit is contained in:
Dmitriy Novozhilov
2022-07-28 12:29:27 +03:00
parent d60f3980b1
commit ab2aa3117b
41 changed files with 426 additions and 49 deletions
@@ -5,4 +5,4 @@ public final class Inheritor /* p.Inheritor*/ implements p.I, p.I2 {
public void g();// g()
}
}