6b343515e1
This is needed to keep consistency with other dumps and to allow test helper plugin to recognize those dumps
38 lines
1.3 KiB
Plaintext
Vendored
38 lines
1.3 KiB
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class A$DefaultImpls {
|
|
// source: 'noDelegationsToPrivateInterfaceMembers.kt'
|
|
private static method bar(p0: A): java.lang.String
|
|
public static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
|
|
private static method getLog(p0: A): java.lang.String
|
|
public final inner class A$DefaultImpls
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public interface A {
|
|
// source: 'noDelegationsToPrivateInterfaceMembers.kt'
|
|
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
public final inner class A$DefaultImpls
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class B$DefaultImpls {
|
|
// source: 'noDelegationsToPrivateInterfaceMembers.kt'
|
|
public static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: B): java.lang.String
|
|
public final inner class A$DefaultImpls
|
|
public final inner class B$DefaultImpls
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public interface B {
|
|
// source: 'noDelegationsToPrivateInterfaceMembers.kt'
|
|
public final inner class B$DefaultImpls
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class C {
|
|
// source: 'noDelegationsToPrivateInterfaceMembers.kt'
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
public final inner class B$DefaultImpls
|
|
}
|