[Issue 22780] New: [REG 2.090] variable reference to scope class must be scope
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Feb 16 15:29:33 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=22780
Issue ID: 22780
Summary: [REG 2.090] variable reference to scope class must be
scope
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: regression
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: ibuclaw at gdcproject.org
---
scope class C10717 { }
void test10717()
{
C10717 c;
}
---
Caused by https://github.com/dlang/dmd/pull/10717
--
More information about the Digitalmars-d-bugs
mailing list