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