From 1f69755cb0e48076561af56a5f7d66a79da681be Mon Sep 17 00:00:00 2001 From: Bernhard Urban Date: Mon, 7 Jun 2010 15:02:10 +0200 Subject: [PATCH] gesamt: ups @ mail, macht natuerlich nur so sinn... --- gesamt/TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gesamt/TODO b/gesamt/TODO index 511b51b..1ff7dc4 100644 --- a/gesamt/TODO +++ b/gesamt/TODO @@ -15,10 +15,10 @@ test.0 > return this.a - inc(); > end; > method inc() -> return this.a--1; +> this.a := this.a--1; +> return this.a; > end; - test.call > long f(long[]); > long ar[] = {100}; -- 2.25.1