We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868e4e2 commit 3f5605bCopy full SHA for 3f5605b
spec/class.dd
@@ -77,20 +77,22 @@ class Foo
77
}
78
------
79
80
- $(P Note that there is no trailing $(D ;) after the closing $(D }) of the class
+$(PANEL
81
+ $(NOTE Unlike C++, there is no trailing $(D ;) after the closing $(D }) of the class
82
definition.
- It is also not possible to declare a variable var like:)
83
+ It is also not possible to declare a variable `var` inline:)
84
85
86
class Foo { } var;
87
88
- Instead:
89
+ Instead, use:
90
91
92
class Foo { }
93
Foo var;
94
95
+)
96
97
$(H2 $(LNAME2 access_control, Access Control))
98
0 commit comments