[ nice-Bugs-874735 ] local methods ()
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.comp.lang.nice.devel |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #874735, was opened at 2004-01-10 18:52
Message generated for change (Settings changed) made by igouy
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112788&aid=874735&group_id=12788
Category: None
Group: None
>Status: Deleted
Resolution: None
Priority: 5
Submitted By: Isaac Gouy (igouy)
Assigned to: Nobody/Anonymous (nobody)
Summary: local methods ()
Initial Comment:
void main(String[] args){
void f1(){ println("f1"); }
void f2(){ println("f2"); }
f1();
f2;
println("Again!");
f1;
f2();
}
\Nice\Test>java -jar t.jar
f1
Again!
f2
Nice compiler version 0.9.6 prerelease (build 2004.01.10,
17:42:12 UTC)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112788&aid=874735&group_id=12788
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html