// This is my class, with my comment
class A {
    void foo(int[] p1, char p2) { }
}