mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
16 lines
746 B
Plaintext
Vendored
16 lines
746 B
Plaintext
Vendored
public final class A {
|
|
private final field x: int
|
|
public method <init>(): void
|
|
public final method getX(): int
|
|
public final @org.jetbrains.annotations.NotNull method x(): java.lang.String
|
|
}
|
|
|
|
|
|
public final class OverloadedFunVsValKt {
|
|
private final static @org.jetbrains.annotations.NotNull field f1: kotlin.reflect.KProperty1
|
|
private final static @org.jetbrains.annotations.NotNull field f2: kotlin.jvm.functions.Function1
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method getF1(): kotlin.reflect.KProperty1
|
|
public final static @org.jetbrains.annotations.NotNull method getF2(): kotlin.jvm.functions.Function1
|
|
}
|