[Fernflower] autoboxing primitives should not always be ignored
This commit is contained in:
committed by
Egor.Ushakov
parent
39db41ee8b
commit
893450cdb3
@@ -166,4 +166,9 @@ public class TestPrimitives {
|
||||
res = (c > 255);
|
||||
return res;
|
||||
}
|
||||
|
||||
void testAutoBoxingCallRequired(boolean value) {
|
||||
Boolean.valueOf(value).hashCode();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user