mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
introduced PsiPolyadicExpression
This commit is contained in:
@@ -639,18 +639,12 @@
|
||||
|
||||
<problem>
|
||||
<file>Foo.java</file>
|
||||
<line>73</line>
|
||||
|
||||
<line>72</line>
|
||||
|
||||
<description>Numeric overflow in expression</description>
|
||||
</problem>
|
||||
|
||||
|
||||
|
||||
<problem>
|
||||
<file>Foo.java</file>
|
||||
<line>73</line>
|
||||
|
||||
<description>Numeric overflow in expression</description>
|
||||
</problem>
|
||||
</problems>
|
||||
|
||||
|
||||
@@ -69,8 +69,8 @@ class c {
|
||||
l1 = LONG_MIN_VALUE / -1;
|
||||
|
||||
l1 = 30 * 24 * 60 * 60 * 1000;
|
||||
l1 = 30000000 * 243232323
|
||||
* (LONG_MAX_VALUE +3) / 5;
|
||||
l1 = 30000000 * 243232323 * (LONG_MAX_VALUE +3) / 5;
|
||||
|
||||
System.out.println(l1);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user