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