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 d2639a7 commit eb9a58dCopy full SHA for eb9a58d
working/extension_structs/overview.md
@@ -98,7 +98,7 @@ void test() {
98
// Call the default constructor, using the default value for w
99
var c1 = Component(0, 0, 0);
100
// Call the default constructor, explicitly passing w
101
- var c2 = Component(1, 1, 1, 1);
+ var c2 = Component(0, 0, 0, 1);
102
103
assert(c1 == c2); // Equality is defined to be structural
104
assert(c1.hashCode == c2.hashCode); // With correspondind hashCode
0 commit comments