[Issue 4663] New: Wrong 'static' position error message
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Aug 17 07:10:53 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4663
Summary: Wrong 'static' position error message
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Keywords: diagnostic
Severity: enhancement
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: bearophile_hugs at eml.cc
--- Comment #0 from bearophile_hugs at eml.cc 2010-08-17 07:10:48 PDT ---
Compiling this program with dmd 2.048:
void main() {
void foo() static {}
}
I receive the errors:
test.d(2): semicolon expected following function declaration
test.d(2): basic type expected, not {
test.d(2): no identifier for declarator int
test.d(2): semicolon expected, not '{'
Maybe storage classes can't be written on the right side, but I'd like a better
error message here.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list