Menu

#82 Should not allow a public class and public GF in one file

Self_Reported
open
nobody
5
2012-11-27
2004-01-09
No

- need to verify one public external generic function XOR
public
class. Currently just warn on this and don't even warn for
cases
like

public class n { ... }
public void Object.n() { ... }

in the same file. See !HERE!filenaming

Discussion


Log in to post a comment.