We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f38a7 commit 49e1ce3Copy full SHA for 49e1ce3
src/test/groovy/org/codehaus/groovy/transform/DelegateTransformTest.groovy
@@ -72,7 +72,7 @@ final class DelegateTransformTest {
72
}
73
new C(numbers:[1,2,3])
74
'''
75
- assert err =~ /The return type of java.lang.Number remove\(int\) in C is incompatible with java.lang.String in java.util.ArrayList/
+ assert err =~ /The return type of java.lang.Number get\(int\) in C is incompatible with java.lang.String in java.util.ArrayList/
76
77
err = shouldFail '''
78
class C extends ArrayList {
0 commit comments