Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 08766cad04c873d576edf283361ee1de85f07f5d (plain) (blame)
1
2
3
4
5
6
7
package p;

interface Nested2 {
    class Inner {
        int m;
    }
}

Back to the top