introduced PsiPolyadicExpression

This commit is contained in:
Alexey Kudravtsev
2011-07-13 16:02:43 +04:00
parent 7c0f989ede
commit 5b1230ec46
79 changed files with 1372 additions and 994 deletions
@@ -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);