mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
28 lines
1.0 KiB
Plaintext
Vendored
28 lines
1.0 KiB
Plaintext
Vendored
public abstract class AbstractClass {
|
|
private final @org.jetbrains.annotations.NotNull field finalVal: kotlin.Unit
|
|
private final @org.jetbrains.annotations.NotNull field openVal: kotlin.Unit
|
|
public method <init>(): void
|
|
public abstract @org.jetbrains.annotations.NotNull method getAbstractVar(): kotlin.Unit
|
|
public final @org.jetbrains.annotations.NotNull method getFinalVal(): kotlin.Unit
|
|
public @org.jetbrains.annotations.NotNull method getOpenVal(): kotlin.Unit
|
|
public abstract method setAbstractVar(@org.jetbrains.annotations.NotNull p0: kotlin.Unit): void
|
|
}
|
|
|
|
|
|
public final class CallableModalityKt {
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
|
|
public interface Interface {
|
|
inner class Interface/DefaultImpls
|
|
public abstract method abstractFun(): void
|
|
public abstract method openFun(): void
|
|
}
|
|
|
|
|
|
public final class Interface/DefaultImpls {
|
|
inner class Interface/DefaultImpls
|
|
public static method openFun(p0: Interface): void
|
|
}
|