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