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
}


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
}


public interface FooTrait {
    public abstract @org.jetbrains.annotations.NotNull method getPropertyTest(): java.lang.String
}


public final class Kt2786Kt {
    public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
