aboutsummaryrefslogtreecommitdiffstats
path: root/javaparser-testing/src/test/resources/com/github/javaparser/lexical_preservation_samples/Example2_original.java.txt
blob: 5b62bcf7e922934b07c9179623c2ae07a23f34a5 (plain)
1
2
3
4
// This is my class, with my comment
class A {
    int a;
}