34 lines
1.1 KiB
Plaintext
Vendored
34 lines
1.1 KiB
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class A {
|
|
private final @org.jetbrains.annotations.NotNull field descriptor: ClassDescriptor
|
|
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
|
|
public method <init>(@org.jetbrains.annotations.NotNull p0: ClassDescriptor): void
|
|
public final @org.jetbrains.annotations.NotNull method getDescriptor(): ClassDescriptor
|
|
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public interface ClassDescriptor
|
|
|
|
@kotlin.Metadata
|
|
public final class ClassDescriptorImpl {
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method getName(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public interface ClassifierDescriptor
|
|
|
|
@kotlin.Metadata
|
|
public final class FakeDescriptorWithSeveralOverridenOneKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public interface MemberDescriptor
|
|
|
|
@kotlin.Metadata
|
|
public interface Named {
|
|
public abstract @org.jetbrains.annotations.NotNull method getName(): java.lang.String
|
|
}
|