New issue 400 by a...@schmideg.net: Comparing String and GStringImpl fails
http://code.google.com/p/groovypptest/issues/detail?id=400
This snippet reproduces the problem:
n = 42
@Typed eq(x, y) { x == y }
assert '42' == "$n"
assert "$n" == '42'
assert eq('42', "$n") // -> fails
assert eq("$n", '42') // -> fails
Using the featured download of groovypp-0.9.0 with groovy-1.8.2