@ -154,7 +154,7 @@ class Circle {
float r;
public Circle() {
Circle(0, 0, 1);
this(0, 0, 1);
}
public Circle(float x, float y, float r) {