smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / ConstructorWithExistingParens.java
blobd4349c954db8ed0a910803fc8475d1edcd6d28e3
1 public class TestSmartComplete {
2 public static void main(String[] args) {
3 Long var;
5 var = new <caret>();