[PATCH] [Fernflower] prevent null to be cast as short/byte
This commit is contained in:
committed by
Egor Ushakov
parent
e7854376b8
commit
c241278aee
@@ -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"); }
|
||||
|
||||
Reference in New Issue
Block a user