Fri, 01 Oct 2010 12:38:26 +0200, Simen kjaeraas wrote: > Daniel Gibson <[email protected]> wrote: > >> this(int this.x, int this.y, int a) > > Me likes.
Looks almost like Scala:
class MyClass(var x: Int, var y: Int, a: Int) {
...
}
Fri, 01 Oct 2010 12:38:26 +0200, Simen kjaeraas wrote: > Daniel Gibson <[email protected]> wrote: > >> this(int this.x, int this.y, int a) > > Me likes.
Looks almost like Scala:
class MyClass(var x: Int, var y: Int, a: Int) {
...
}