mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
31 lines
847 B
Plaintext
Vendored
31 lines
847 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class A$DefaultImpls {
|
|
inner class A$DefaultImpls
|
|
private static method bar(p0: A): java.lang.String
|
|
public static @org.jetbrains.annotations.NotNull method foo(p0: A): java.lang.String
|
|
private static method getLog(p0: A): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public interface A {
|
|
inner class A$DefaultImpls
|
|
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class B$DefaultImpls {
|
|
inner class B$DefaultImpls
|
|
public static @org.jetbrains.annotations.NotNull method foo(p0: B): java.lang.String
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public interface B {
|
|
inner class B$DefaultImpls
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class C {
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|