blob: 8c205a5e1e9bd6fe5cf5af85d089541a532cc42a [file] [log] [blame]
// "Make 'inner' static" "true"
import java.io.*;
class a {
class inner {
<caret>static {
}
}
}