blob: a10a14d2f1dc66c3c754f9a171a1ad63005523bd [file] [log] [blame]
package p;
class C{
}
class Inner {
void foo() {//comment here
}
int bar;//comment there
int baz;
}