aboutsummaryrefslogtreecommitdiff
path: root/javaparser-testing/src/test/resources/com/github/javaparser/lexical_preservation_samples/Example7_expected.java.txt
blob: ee17fd362a061b75e22de2cede563c4ebdd6060c (plain)
1
2
3
4
// This is my class, with my comment
class A {
    int[] a = 10;
}