mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 00:21:35 +00:00
31 lines
791 B
Plaintext
Vendored
31 lines
791 B
Plaintext
Vendored
public interface A {
|
|
inner class A/DefaultImpls
|
|
public abstract method bar(p0: int): int
|
|
public abstract method bar2(p0: int): int
|
|
}
|
|
|
|
|
|
public final class A/DefaultImpls {
|
|
inner class A/DefaultImpls
|
|
public synthetic static method bar$default(p0: A, p1: int, p2: int, p3: java.lang.Object): int
|
|
public static method bar(p0: A, p1: int): int
|
|
public synthetic static method bar2$default(p0: A, p1: int, p2: int, p3: java.lang.Object): int
|
|
}
|
|
|
|
|
|
public abstract class B {
|
|
public method <init>(): void
|
|
public method bar(p0: int): int
|
|
public method bar2(p0: int): int
|
|
}
|
|
|
|
|
|
public final class C {
|
|
public method <init>(): void
|
|
}
|
|
|
|
|
|
public final class Defaultargs4Kt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|