package d0; import kotlin.Lazy; /* compiled from: Lazy.kt */ public class h extends g { public static final Lazy lazyOf(T t) { return new d(t); } }