[Issue 3346] classinfo behaves like no other D entity
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Sep 26 14:55:31 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3346
Max Samukha <samukha at voliacable.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |samukha at voliacable.com
--- Comment #2 from Max Samukha <samukha at voliacable.com> 2009-09-26 14:55:29 PDT ---
Also, 'outer':
class Outer
{
class Inner
{
this()
{
auto a = this.outer; //compiles
auto b = outer; //doesn't
}
}
}
--
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