[Issue 102] Forward reference nested class wheel.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Sep 3 06:49:58 PDT 2009


http://d.puremagic.com/issues/show_bug.cgi?id=102





--- Comment #5 from Don <clugdbug at yahoo.com.au>  2009-09-03 06:49:57 PDT ---
This is the slightly reduced test case that still fails. It only needs one
file.

class X {
  Y.NY t;
  enum NX { BLA, BLA1 }
}

class Y {
  enum NY { FOO, BAR }
  X.NX nx;
}

-- 
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