[PATCH] [Fernflower] prevent null to be cast as short/byte

This commit is contained in:
Alexandru-Constantin Bledea
2017-10-25 19:42:06 +03:00
committed by Egor Ushakov
parent e7854376b8
commit c241278aee
6 changed files with 94 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ public class SingleClassesTest {
fixture = null;
}
@Test public void testPrimitiveNarrowing() { doTest("pkg/TestPrimitiveNarrowing"); }
@Test public void testClassFields() { doTest("pkg/TestClassFields"); }
@Test public void testInterfaceFields() { doTest("pkg/TestInterfaceFields"); }
@Test public void testClassLambda() { doTest("pkg/TestClassLambda"); }