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 3987303 commit 6b166dbCopy full SHA for 6b166db
manual-testing-sandbox/test.ts
@@ -14,7 +14,7 @@ class Calculator {
14
this.result -= number;
15
return this;
16
}
17
-
+
18
multiply(number: number): Calculator {
19
this.result *= number;
20
0 commit comments