mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-24 00:21:34 +00:00
8 lines
114 B
Java
Vendored
8 lines
114 B
Java
Vendored
package test;
|
|
|
|
public class ConstructorInProtectedStaticNestedClass {
|
|
protected static class Inner {
|
|
|
|
}
|
|
}
|