blob: 4178d65da10d8ea7984f629f0cbffd3d4af4621b [file] [log] [blame]
class X {
void Y() {
z: for (int i = 0; i < 24; i++) {}
}
}