summaryrefslogtreecommitdiff
path: root/plugins/groovy/resources/intentionDescriptions/GrBreakStringOnLineBreaksIntention/after.groovy.template
blob: a30765f6a90a122d15caeb5c90b04d95a5044cdc (plain)
1
2
3
def <spot>ArrayList<Integer></spot> getDigits() {
  return [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
}