push down: insert @Override if configured (IDEA-142456)

This commit is contained in:
Anna Kozlova
2015-07-16 21:04:49 +03:00
parent f2d7ef95a8
commit 6d08d4d580
4 changed files with 30 additions and 0 deletions
@@ -0,0 +1,6 @@
interface Test {
void bar();
}
class Child implements Test {
}