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