This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit d0ed38a054a73e43d4e0e7529a88c767bf216039
Author: Eric Milles <eric.mil...@thomsonreuters.com>
AuthorDate: Fri Oct 4 11:31:01 2019 -0500

    fix typo
---
 src/test/groovy/bugs/Groovy9244.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/groovy/bugs/Groovy9244.groovy 
b/src/test/groovy/bugs/Groovy9244.groovy
index 3ce3235..b39c462 100644
--- a/src/test/groovy/bugs/Groovy9244.groovy
+++ b/src/test/groovy/bugs/Groovy9244.groovy
@@ -111,7 +111,7 @@ final class Groovy9244 {
             }
 
             def impl = new Base((String) null) {}
-            assert iompl.which == 'String'
+            assert impl.which == 'String'
         '''
     }
 }

Reply via email to