Github user paulk-asert commented on the pull request:

    
https://github.com/apache/groovy/commit/3eb491cded846c352952cdb3a6fffed817e14741#commitcomment-28110657
  
    In src/test/groovy/bugs/Groovy8439Bug.groovy:
    In src/test/groovy/bugs/Groovy8439Bug.groovy on line 50:
    We can replace the assertion with:
            assert ["hello,false", "hello,42", "hello,1", "hello,null", 
"hello,Daniel"] == Test.something([false, 42, 1G, null, "Daniel"])
    and it still works, so the test seems a little puzzling to me.


---

Reply via email to