blob: 4dc7d22c24e1952521c714f15e8c9f9c79ed3229 [file] [log] [blame]
public class A {
private class Inner1 {
void bar () { }
void i()
{
}
}
private class Inner2 {
void xy() {
}
}
}
class B {
private void foo() {
}
}