Files
kotlin-fork/compiler/testData/codegen/light-analysis/destructuringDeclInLambdaParam/generic.txt
T
2016-12-05 20:10:32 +03:00

21 lines
1.1 KiB
Plaintext
Vendored

public final class A {
private final field x: java.lang.Object
private final field y: java.lang.Object
public method <init>(p0: java.lang.Object, p1: java.lang.Object): void
public final method component1(): java.lang.Object
public final method component2(): java.lang.Object
public synthetic static method copy$default(p0: A, p1: java.lang.Object, p2: java.lang.Object, p3: int, p4: java.lang.Object): A
public final @org.jetbrains.annotations.NotNull method copy(p0: java.lang.Object, p1: java.lang.Object): A
public method equals(p0: java.lang.Object): boolean
public final method getX(): java.lang.Object
public final method getY(): java.lang.Object
public method hashCode(): int
public method toString(): java.lang.String
}
public final class GenericKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): java.lang.String
}