X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=codea%2Fintelli_02.0;h=2741b2ac82d5e847e8d3cfb6a2809b9a93dca738;hp=4dc8522e211f5ad8a75391e40a77947d93462d19;hb=5e42c7fd4a0f15eae0e30aca1e02ab7fcb313723;hpb=3a6e4ede1bc06c1d5c00765ca83b28c84c57f7d2 diff --git a/codea/intelli_02.0 b/codea/intelli_02.0 index 4dc8522..2741b2a 100644 --- a/codea/intelli_02.0 +++ b/codea/intelli_02.0 @@ -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