ajwang / groovypptest

Automatically exported from code.google.com/p/groovypptest
0 stars 0 forks source link

Boolean null is converted into false #403

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
def foo(Boolean b) {
    println b
  }

foo(null)

-------

prints false

Original issue reported on code.google.com by gromop...@gmail.com on 18 Oct 2011 at 6:53