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