summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igfixes/style/replace_with_string/CharLiteral.after.java
blob: 55ed9d63b1d2a67443e4bc7c118d9b192a8a65ba (plain)
1
2
3
4
5
class CharLiteral {
  void literal() {
      System.out.println("\t");
  }
}