package test5;

public class InnerModifier {
    protected class NonStatic {}
    static class Static {}
}
