smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / parenAfterCall / before3.java
blobe79a90fd28a179aec634c7bee9934b3f08b9f90f
1 public class TestClass {
2 public void foo(TestClass p) {
3 foo(t<caret>);