blob: 08766cad04c873d576edf283361ee1de85f07f5d [file] [log] [blame]
package p;
interface Nested2 {
class Inner {
int m;
}
}