We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13c1c0 commit c8cd7f2Copy full SHA for c8cd7f2
1 file changed
src/__tests__/Try.test.ts
@@ -36,7 +36,7 @@ async function successfulFunction(
36
}
37
38
class TestClass {
39
- private name: string;
+ private readonly name: string;
40
41
constructor(name: string) {
42
this.name = name;
0 commit comments