digitalmars.D.bugs - overloaded inner functions
- Sean Kelly (9/9) Jul 19 2004 This code:
This code: int main() { void fn( int x ) {} void fn() {} return 0; } produces this message: declaration main.fn is already defined
Jul 19 2004
This code: int main() { void fn( int x ) {} void fn() {} return 0; } produces this message: declaration main.fn is already defined