You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: base-test/org.eclipse.jdt.groovy.core.tests.builder/src/org/eclipse/jdt/core/groovy/tests/search/InferencingTests.java
+14-10
Original file line number
Diff line number
Diff line change
@@ -1642,7 +1642,7 @@ public void testSuperClassMethod3() {
1642
1642
" protected void method() {}\n" +
1643
1643
"}\n" +
1644
1644
"class B extends A {\n" +
1645
-
" void something() {\n" +
1645
+
" void test() {\n" +
1646
1646
" method()\n" +
1647
1647
" }\n" +
1648
1648
"}\n";
@@ -1656,7 +1656,7 @@ public void testSuperClassMethod4() {
1656
1656
" private void method() {}\n" +
1657
1657
"}\n" +
1658
1658
"class B extends A {\n" +
1659
-
" void something() {\n" +
1659
+
" void test() {\n" +
1660
1660
" method()\n" +
1661
1661
" }\n" +
1662
1662
"}\n";
@@ -1670,25 +1670,29 @@ public void testSuperClassMethod4a() {
0 commit comments