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