mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
16 lines
397 B
Plaintext
Vendored
16 lines
397 B
Plaintext
Vendored
public class com/company/Test {
|
|
inner class com/company/Test/ProtectedClass
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
protected final static class com/company/Test/ProtectedClass {
|
|
inner class com/company/Test/ProtectedClass
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final class com/company/TestKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|