- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
22 lines
738 B
Java
22 lines
738 B
Java
package kotlin.jvm.internal;
|
|
|
|
import kotlin.reflect.KClass;
|
|
import kotlin.reflect.KDeclarationContainer;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class PropertyReference2Impl extends PropertyReference2 {
|
|
public PropertyReference2Impl(KDeclarationContainer kDeclarationContainer, String str, String str2) {
|
|
super(((ClassBasedDeclarationContainer) kDeclarationContainer).getJClass(), str, str2, !(kDeclarationContainer instanceof KClass) ? 1 : 0);
|
|
}
|
|
|
|
public PropertyReference2Impl(Class cls, String str, String str2, int i) {
|
|
super(cls, str, str2, i);
|
|
}
|
|
|
|
@Override // kotlin.jvm.internal.PropertyReference2
|
|
public Object get(Object obj, Object obj2) {
|
|
getGetter();
|
|
throw null;
|
|
}
|
|
}
|