smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / SuggestCastedValueAfterCast.java
blob8c4ff0f63233f2d20245c58b62f7ad35a9a4de11
1 public class TestCase extends Zzz {
3 Object ooo() {}
6 ((String) ooo()).toString();
8 String s = o<caret>