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

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