Files
kotlin-fork/compiler/testData/codegen/light-analysis/callableReference/property/kt14330.txt
T

19 lines
1009 B
Plaintext
Vendored

@kotlin.Metadata
public final class Foo {
private @org.jetbrains.annotations.Nullable field bar: java.lang.Integer
public method <init>(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): void
public final @org.jetbrains.annotations.Nullable method component1(): java.lang.Integer
public synthetic static method copy$default(p0: Foo, p1: java.lang.Integer, p2: int, p3: java.lang.Object): Foo
public final @org.jetbrains.annotations.NotNull method copy(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): Foo
public method equals(p0: java.lang.Object): boolean
public final @org.jetbrains.annotations.Nullable method getBar(): java.lang.Integer
public method hashCode(): int
public final method setBar(@org.jetbrains.annotations.Nullable p0: java.lang.Integer): void
public method toString(): java.lang.String
}
@kotlin.Metadata
public final class Kt14330Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}