Files
openide/java/java-tests/testData/refactoring/inlineSuperClass/superMethodWithoutBody/after/Test.java
T
2019-07-17 06:44:07 +03:00

7 lines
52 B
Java

class Test {
void foo() {
super.foo();
}
}