Servus,
ich habe mal wieder was lustiges vor . Mich würde interessieren, warum folgendes nicht compiliert.
Scala:
ich habe mal wieder was lustiges vor . Mich würde interessieren, warum folgendes nicht compiliert.
Scala:
Java:
class Abc(
private var x1:Double,
private var y1:Double,
private var x2:Double,
private var y2:Double,
private var xOrigin:Double = (x1 + x2) / 2.0
...