Hiding default constructor with respect to its access modifiers

This commit is contained in:
upnotes
2018-08-10 14:59:17 +02:00
committed by Roman Shevchenko
parent 02fdbec132
commit 2431c0fe94
5 changed files with 54 additions and 3 deletions

View File

@@ -108,6 +108,7 @@ public class SingleClassesTest {
@Test public void testMissingConstructorCallGood() { doTest("pkg/TestMissingConstructorCallGood"); }
@Test public void testMissingConstructorCallBad() { doTest("pkg/TestMissingConstructorCallBad"); }
@Test public void testEmptyBlocks() { doTest("pkg/TestEmptyBlocks"); }
@Test public void testPrivateEmptyConstructor() { doTest("pkg/TestPrivateEmptyConstructor"); }
// TODO: fix all below