blob: 81a85e755444815a77d9c9676cad98d7af63ffd7 [file] [log] [blame]
// This is my class, with my comment
class A {
void foo(int[] p1, char p2) { }
}