smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / IntPlusLongNotDouble-out.java
blob802500875f8c4f25fc33b5b655d2aa32167a785d
1 class Foo {
3 int a;
4 long b;
5 int c = a + (int) <caret>b;