Show use parameters only when neccessary.

This commit is contained in:
Jindra Petřík
2024-08-10 21:16:14 +02:00
parent d4e0a1f6db
commit c0a2a47191
4 changed files with 55 additions and 62 deletions

View File

@@ -22,13 +22,7 @@ package mypkg
++c;
--c;
c = -a;
}
private function testd(arg_d:decimal) {
var a:* = 1;
var b:* = 2;
var c = a + b;
}
}
}
}