You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// test.d //
class C
{
class D
{
}
}
class E:C.D
{
}
///////////
test.d(8,1): Error: class test.E is nested within test, but super class D is nested within C
The text was updated successfully, but these errors were encountered:
Vladimir Panteleev (@CyberShadow) reported this on 2015-05-14T01:38:08Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=14581
CC List
Description
// test.d // class C { class D { } } class E:C.D { } /////////// test.d(8,1): Error: class test.E is nested within test, but super class D is nested within CThe text was updated successfully, but these errors were encountered: