blob: 75ca88f0c1fef881644ed8b46d349869f90d868e [file] [log] [blame]
class Foo {
void foo(){
for (int i = 0;
i < 5;
i++) {
doSomething(i);
}
}
}