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

25 lines
870 B
Plaintext
Vendored

@kotlin.Metadata
public final class DelegateTest {
private synthetic final field $$delegate_0: FooDelegate
public method <init>(): void
public @org.jetbrains.annotations.NotNull method getPropertyTest(): java.lang.String
public final @org.jetbrains.annotations.NotNull method test(): java.lang.String
}
@kotlin.Metadata
public final class FooDelegate {
private final @org.jetbrains.annotations.NotNull field propertyTest: java.lang.String
public method <init>(): void
public @org.jetbrains.annotations.NotNull method getPropertyTest(): java.lang.String
}
@kotlin.Metadata
public interface FooTrait {
public abstract @org.jetbrains.annotations.NotNull method getPropertyTest(): java.lang.String
}
@kotlin.Metadata
public final class Kt2786Kt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}