aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/resources/com/google/googlejavaformat/java/testdata/Fields.output
blob: 81ebd2ac4d6b3ab6be6627d1efbd763eaa524c62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
class Fields {

  int a = 1;
  int b = 1;

  int c = 1;

  /** Javadoc */
  int d = 1;

  int x = 1;

  int y = 1;
}