[Issue 2438] New: Cannot get types of delegate properties

2008-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2438 Summary: Cannot get types of delegate properties Product: D Version: 2.020 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Compo

[Issue 2438] Cannot get types of delegate properties

2008-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2438 --- Comment #1 from [EMAIL PROTECTED] 2008-11-01 09:19 --- Not that I don't think it's a bug, but - what the heck? I honestly can't tell what Dg.ptr is. The compiler doesn't accept it as a type, but it also doesn't accept it as an e

[Issue 2438] Cannot get types of delegate properties

2008-11-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2438 --- Comment #2 from [EMAIL PROTECTED] 2008-11-01 10:47 --- typeof(Dg.init.funcptr) fails: Error: null is not an lvalue BTW, typeof((int[]).ptr) works as expected --