Consider the following example ``` class A { ~A() { } } ``` When the class is selected and `TSCppRuleOf3` is entered, it is expected to add the Copy and assignment constructor declarations. But it does not
Consider the following example
When the class is selected and
TSCppRuleOf3is entered, it is expected to add the Copy and assignment constructor declarations. But it does not