preserve method call parameters when selecting with tab
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / TabMethodCall-out.java
blobd7c1a56d988c8db949874fc86fc43f5df7a00f83
1 public class MyJavaClass {
3 boolean ffff() {}
7 boolean b = ffff(<caret>239);