17 lines
678 B
Plaintext
Vendored
17 lines
678 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class EnclosingThisKt {
|
|
private final static @org.jetbrains.annotations.NotNull field m: kotlin.jvm.functions.Function1
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
public final static @org.jetbrains.annotations.NotNull method getM(): kotlin.jvm.functions.Function1
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class Point {
|
|
private final field x: int
|
|
private final field y: int
|
|
public method <init>(p0: int, p1: int): void
|
|
public final method getX(): int
|
|
public final method getY(): int
|
|
public final @org.jetbrains.annotations.NotNull method mul(): kotlin.jvm.functions.Function1
|
|
}
|