blob: 34937ebaa7bc6b3fb282f8783195fd73c93b58a9 [file] [log] [blame]
public class Foo {
static class Point {
static class Float {
float x;
float y;
}
}
void foo(Point.Float pts[]) {
int bar = 0;
int jay = 1;
for (int i = 0; i < 5;)
;
}
}