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

11 lines
390 B
Plaintext
Vendored

public final class A {
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
public method <init>(): void
public final @org.jetbrains.annotations.NotNull method getResult(): java.lang.String
}
public final class GenericClassLiteralPropertyReceiverIsStarKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}