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