smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / SmartFinish.java
blobe6bc95315b896564fd9e6fda6d4155fee014cc8b
1 public class Foo {
4 Foo foo = null;
5 Foo bar = id<caret>foo;
8 Foo id(Foo foo) {return foo;}