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.compiler/src/org/eclipse/jdt/groovy/core/tests/xform/StaticCompilationTests.java
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6955,4 +6955,27 @@ public void testCompileStatic10381() {
6955
6955
"Duplicate default methods named m with the parameters () and () are inherited from the types A and B\n" +
Copy file name to clipboardExpand all lines: base/org.codehaus.groovy25/src/org/codehaus/groovy/transform/sc/transformers/BinaryExpressionTransformer.java
Copy file name to clipboardExpand all lines: base/org.codehaus.groovy30/src/org/codehaus/groovy/transform/sc/transformers/BinaryExpressionTransformer.java
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,10 @@ public Expression transformBinaryExpression(final BinaryExpression bin) {
Copy file name to clipboardExpand all lines: base/org.codehaus.groovy40/src/org/codehaus/groovy/transform/sc/transformers/BinaryExpressionTransformer.java
+41-40Lines changed: 41 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,9 @@ public Expression transformBinaryExpression(final BinaryExpression bin) {
0 commit comments