Files
kotlin-fork/compiler/testData/codegen/light-analysis/closures/enclosingThis.txt
T

16 lines
645 B
Plaintext
Vendored

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
}
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
}