blob: 1fd02ad649c5d12fd9a9f29b00fac81babc8c9f2 [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;);}
}