- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
26 lines
914 B
Java
26 lines
914 B
Java
package kotlin.jvm.internal;
|
|
|
|
import kotlin.reflect.KClass;
|
|
import kotlin.reflect.KDeclarationContainer;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class PropertyReference0Impl extends PropertyReference0 {
|
|
public PropertyReference0Impl(KDeclarationContainer kDeclarationContainer, String str, String str2) {
|
|
super(CallableReference.NO_RECEIVER, ((ClassBasedDeclarationContainer) kDeclarationContainer).getJClass(), str, str2, !(kDeclarationContainer instanceof KClass) ? 1 : 0);
|
|
}
|
|
|
|
public PropertyReference0Impl(Class cls, String str, String str2, int i) {
|
|
super(CallableReference.NO_RECEIVER, cls, str, str2, i);
|
|
}
|
|
|
|
public PropertyReference0Impl(Object obj, Class cls, String str, String str2, int i) {
|
|
super(obj, cls, str, str2, i);
|
|
}
|
|
|
|
@Override // kotlin.jvm.internal.PropertyReference0
|
|
public Object get() {
|
|
getGetter();
|
|
throw null;
|
|
}
|
|
}
|