mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 14:10:30 +03:00
more static class in std.array
This commit is contained in:
parent
3baff76c34
commit
61e2bc08cb
1 changed files with 1 additions and 1 deletions
|
@ -2297,7 +2297,7 @@ if (isInputRange!RoR &&
|
|||
// https://issues.dlang.org/show_bug.cgi?id=10895
|
||||
@safe unittest
|
||||
{
|
||||
class A
|
||||
static class A
|
||||
{
|
||||
string name;
|
||||
alias name this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue