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 e95c189 commit 988b3a2Copy full SHA for 988b3a2
README.md
@@ -980,6 +980,13 @@ function quux ([a, b] = []) {
980
function assign (employees) {
981
982
};
983
+
984
+export class SomeClass {
985
+ /**
986
+ * @param property
987
+ */
988
+ constructor(private property: string) {}
989
+}
990
````
991
992
@@ -4942,6 +4949,13 @@ var A = class {
4942
4949
4943
4950
}
4944
4951
4952
4953
4954
4955
4956
4957
4958
4945
4959
4946
4960
4947
4961
0 commit comments