blob: 85bbfe803d531b83b599d410080ecd1de823345a [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;)
;
}
}