// This is my class, with my comment
class A {
    int someOtherName = 10;
}