aboutsummaryrefslogtreecommitdiffstats
path: root/javaparser-testing/src/test/resources/com/github/javaparser/lexical_preservation_samples/Example_param5b_expected.java.txt
blob: 9e3a4fa4c897a7834ef4512f56e624d507fd73e3 (plain)
1
2
3
4
// This is my class, with my comment
class A {
    int foo(int p1, char p2) { }
}