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

11 lines
361 B
Plaintext
Vendored

@kotlin.Metadata
public interface K {
public abstract @org.jetbrains.annotations.NotNull method getFoo(): java.lang.String
public abstract method setFoo(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
@kotlin.Metadata
public final class KKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}