blob: 89f8d59c26f6b4b56588754951ff198580f9c515 [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;);}
}