timowest / scalagen

Java to Scala transformation
Apache License 2.0
217 stars 32 forks source link

assert sometimes needs a parenthesis #45

Closed jmvanel closed 11 years ago

jmvanel commented 11 years ago
assert ( a && b ) // java

gets translated as

assert  a && b

which does not compile.

timowest commented 11 years ago

Released in 0.2.2