smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / ArrayClone-out.java
blob3c7a2653a47f7dd7056ba1e110cb8a17a4ee1483
1 public class ArrayClone {
2 public static void main(String[] arg) {
3 String[] strings1 = {""};
4 String[] strings2 = strings1.clone();