Suppliers$2.smali 
.class final Lcom/facebook/common/internal/Suppliers$2;
.super Ljava/lang/Object;
.source "Suppliers.java"
# interfaces
.implements Lcom/facebook/common/internal/Supplier;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lcom/facebook/common/internal/Suppliers;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x8
    name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
    value = {
        "Ljava/lang/Object;",
        "Lcom/facebook/common/internal/Supplier<",
        "Ljava/lang/Boolean;",
        ">;"
    }
.end annotation
# direct methods
.method constructor <init>()V
    .registers 1
    .line 31
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V
    return-void
.end method
# virtual methods
.method public get()Ljava/lang/Boolean;
    .registers 2
    const/4 v0, 0x1
    .line 34
    invoke-static {v0}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
    move-result-object v0
    return-object v0
.end method
.method public bridge synthetic get()Ljava/lang/Object;
    .registers 2
    .line 31
    invoke-virtual {p0}, Lcom/facebook/common/internal/Suppliers$2;->get()Ljava/lang/Boolean;
    move-result-object v0
    return-object v0
.end method