summaryrefslogtreecommitdiff
path: root/plugins/typeMigration/src/intentionDescriptions/ConvertFieldToAtomicIntention/before.java.template
blob: 9e6048be83244779f3d332935863dc98a439189a (plain)
1
2
3
public class X {
  <spot>int count = 0;</spot>
}