fixed incorrect constructor method reference

This commit is contained in:
Egor.Ushakov
2017-04-26 13:26:10 +03:00
parent 7575bb57de
commit 8c440e281c
5 changed files with 43 additions and 2 deletions

View File

@@ -86,6 +86,7 @@ public class SingleClassesTest {
@Test public void testJava9StringConcat() { doTest("java9/TestJava9StringConcat"); }
@Test public void testMethodReferenceSameName() { doTest("pkg/TestMethodReferenceSameName"); }
@Test public void testMethodReferenceLetterClass() { doTest("pkg/TestMethodReferenceLetterClass"); }
@Test public void testConstructorReference() { doTest("pkg/TestConstructorReference"); }
@Test public void testMemberAnnotations() { doTest("pkg/TestMemberAnnotations"); }
@Test public void testMoreAnnotations() { doTest("pkg/MoreAnnotations"); }
@Test public void testTypeAnnotations() { doTest("pkg/TypeAnnotations"); }