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