27 lines
1007 B
Plaintext
Vendored
27 lines
1007 B
Plaintext
Vendored
public final class Doggy {
|
|
public method <init>(): void
|
|
public method play(): void
|
|
}
|
|
|
|
|
|
public final class Kt3285Kt {
|
|
private static @org.jetbrains.annotations.NotNull field sayResult: java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method getSayResult(): java.lang.String
|
|
public final static method noiseMaker(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): void
|
|
public final static method setSayResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|
|
|
|
|
|
public final class NoiseMaker {
|
|
public method <init>(): void
|
|
public final method say(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
|
}
|
|
|
|
|
|
public abstract class Pet {
|
|
public method <init>(): void
|
|
public abstract method play(): void
|
|
public final method playWith(@org.jetbrains.annotations.NotNull p0: NoiseMaker, p1: java.lang.Object): void
|
|
}
|