f$a.smali

.class public final Lkotlin/c/f$a;
.super Ljava/lang/Object;
.source "Iterables.kt"

# interfaces
.implements Ljava/lang/Iterable;


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lkotlin/c/f;
.end annotation

.annotation system Ldalvik/annotation/Signature;
    value = {
        "Ljava/lang/Object;",
        "Ljava/lang/Iterable",
        "<TT;>;"
    }
.end annotation


# instance fields
.field private synthetic bUG:Lkotlin/c/c;


# direct methods
.method public constructor <init>(Lkotlin/c/c;)V
    .registers 2

    .prologue
    iput-object p1, p0, Lkotlin/c/f$a;->bUG:Lkotlin/c/c;

    .line 26
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method


# virtual methods
.method public final iterator()Ljava/util/Iterator;
    .registers 2
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()",
            "Ljava/util/Iterator",
            "<TT;>;"
        }
    .end annotation

    .annotation build Lorg/jetbrains/annotations/NotNull;
    .end annotation

    .prologue
    .line 104
    iget-object v0, p0, Lkotlin/c/f$a;->bUG:Lkotlin/c/c;

    invoke-interface {v0}, Lkotlin/c/c;->iterator()Ljava/util/Iterator;

    move-result-object v0

    return-object v0
.end method