fixed incorrect constructor method reference
This commit is contained in:
@@ -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"); }
|
||||
|
||||
Reference in New Issue
Block a user