mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
31 lines
813 B
Plaintext
Vendored
31 lines
813 B
Plaintext
Vendored
public final class B {
|
|
inner class B/C
|
|
public method <init>(): void
|
|
public @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class B/C {
|
|
synthetic final field this$0: B
|
|
inner class B/C
|
|
public method <init>(p0: B): void
|
|
public final @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
|
}
|
|
|
|
|
|
public interface T {
|
|
inner class T/DefaultImpls
|
|
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class T/DefaultImpls {
|
|
inner class T/DefaultImpls
|
|
public static @org.jetbrains.annotations.NotNull method foo(p0: T): java.lang.String
|
|
}
|
|
|
|
|
|
public final class TraitImplMethodWithClassReceiverKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|