blob: c9f122e5b414105e0a325cb5deda6faa38aa5d32 [file] [log] [blame]
package p;
class A{
static protected abstract class Inner{
}
}