Rename "Remove no constructor" to "Remove constructor call"; fix test

This commit is contained in:
Dmitry Jemerov
2017-06-02 17:56:23 +02:00
parent bb5681fdb5
commit 558203e2bb
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// "Remove no constructor" "true"
// "Remove constructor call" "true"
interface Base
class Derived : Base()<caret>