codea tiefe intelli_02 reduziert
authorLukas Haselsteiner <privat@lukas-haselsteiner.at>
Wed, 5 May 2010 16:31:43 +0000 (18:31 +0200)
committerBernhard Urban <lewurm@gmail.com>
Wed, 5 May 2010 17:31:59 +0000 (19:31 +0200)
codea/intelli_02.0
codea/intelli_02.call

index 4dc8522e211f5ad8a75391e40a77947d93462d19..2741b2ac82d5e847e8d3cfb6a2809b9a93dca738 100644 (file)
@@ -1,3 +1,3 @@
-method f(a b c)
-       return ((a or 2) or (b or c)) - 10;
+method f(a b)
+       return ((this or 2) or (a or b)) - 10;
 end;
\ No newline at end of file
index 8cf536ad3537db3fb3c742fd22f33d45cb8a355c..90c4be2d262ecb3377e0401e1fabb5cd5104205f 100644 (file)
@@ -1,4 +1,4 @@
-long f(long, long, long, long);
+long f(long, long, long);
 
-RET(f(0, 1, 8, 16) == 17);
+RET(f(1, 8, 16) == 17);