blob: afcbd97dc473e26f800fde645d1828390d72c7a3 [file] [log] [blame]
class A {
//comment1
void method()
//comment2
{
if (a)
//comment3
{
//comment4
}
//comment5
}
}