timowest / scalagen

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

static methods having array as arguments #44

Closed jmvanel closed 11 years ago

jmvanel commented 11 years ago

The Java main method is translated by :

def main(args: String) {

when it should be :

def main(args: Array[String]) {

It may be the same with any static methods having array as arguments.

timowest commented 11 years ago

Released in 0.2.2