aboutsummaryrefslogtreecommitdiffstats
path: root/javaparser-testing/src/test/resources/com/github/javaparser/lexical_preservation_samples/Example6_expected.java.txt
blob: 91a79fe47a59ab22a1948c0c7ab7b15e375935b7 (plain)
1
2
3
4
// This is my class, with my comment
class A {
    int someOtherName = 10;
}