3a8ad45dec
Reverts and fixes 102f0d3
10 lines
264 B
Plaintext
Vendored
10 lines
264 B
Plaintext
Vendored
package test
|
|
|
|
public open class ConstructorInProtectedStaticNestedClass {
|
|
public constructor ConstructorInProtectedStaticNestedClass()
|
|
|
|
protected/*protected static*/ open class Inner {
|
|
protected/*protected and package*/ constructor Inner()
|
|
}
|
|
}
|