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