15 lines
575 B
Plaintext
Vendored
15 lines
575 B
Plaintext
Vendored
@kotlin.Metadata
|
|
public final class ExtensionClosureKt {
|
|
public final static @org.jetbrains.annotations.NotNull method apply(@org.jetbrains.annotations.NotNull p0: Point, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function2): Point
|
|
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
|
}
|
|
|
|
@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
|
|
}
|