smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / BeforeBinaryExpressionInMethodCall-out.java
blob6eb3407eff22bad08b6ed42ccb50dd0a3a75fbda
1 public class Foo {
4 Foo foo = null;
5 Foo bar = id(foo, <caret>Foo.class.toString() + "[]"));
8 Foo id(Foo foo, String a) {return foo;}