smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / InstanceMethodParametersFromStaticContext2.java
blobb1b85bbcda1350a85a5987c0e1e695495a81e26a
1 public class MyFirstTestClassBoo {
3 void foo(String s) {}
5 static {
6 String xxz;
7 foo(xx<caret>)