20 lines
615 B
Plaintext
Vendored
20 lines
615 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class CompanionFieldInsideLambdaKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class My {
|
|
public final static field Companion: My.Companion
|
|
private final static @org.jetbrains.annotations.NotNull field my: java.lang.String
|
|
inner class My/Companion
|
|
public method <init>(): void
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final static class My/Companion {
|
|
inner class My/Companion
|
|
private method <init>(): void
|
|
public final @org.jetbrains.annotations.NotNull method getMy(): java.lang.String
|
|
}
|