Files
kotlin-fork/compiler/testData/codegen/light-analysis/reflection/properties/simpleGetProperties.txt
T

17 lines
919 B
Plaintext
Vendored

public final class A {
private @org.jetbrains.annotations.Nullable field anyVar: java.lang.Object
private final @org.jetbrains.annotations.NotNull field string: java.lang.String
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
public final @org.jetbrains.annotations.Nullable method getAnyVar(): java.lang.Object
public final @org.jetbrains.annotations.NotNull method getExtensionToList(@org.jetbrains.annotations.NotNull p0: java.util.List): kotlin.Unit
public final method getInt(): int
public final @org.jetbrains.annotations.NotNull method getString(): java.lang.String
public final method notAProperty(): void
public final method setAnyVar(@org.jetbrains.annotations.Nullable p0: java.lang.Object): void
}
public final class SimpleGetPropertiesKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}