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