We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6855bf4 commit d150075Copy full SHA for d150075
1 file changed
README.md
@@ -72,7 +72,7 @@ switch x {
72
73
// VALID:
74
let onfalse = fn() {
75
- x + x = 1;
+ x = x + 1;
76
y = y - 1;
77
};
78
0 commit comments