blob: 616488fa48427d3f257cbe470c1617876779cc54 [file] [log] [blame]
// Test to ensure that public inner classes work.
public class inner_pub
{
public class really_inner
{
int z;
}
really_inner foo;
}