smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / second / DontChainStringMethodsOnString-out.java
blobce60f2b47794d02104413551ec7c639d7535cba1
1 class Foo {
3 String afoo();
6 String cl = afoo();<caret>