summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igfixes/style/cstyle_array_declaration/SimpleMethod.java
blob: 5d0ac265b2fc6ba11c2389ffab953261bc96709f (plain)
1
2
3
4
5
6
public class SimpleMethod {

  public String ohGod<caret>(String[] a)[] {
    return a;
  }
}