mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
23 lines
1.2 KiB
Java
23 lines
1.2 KiB
Java
|
package kotlin.jvm.internal;
|
||
|
|
||
|
import kotlin.KotlinNothingValueException;
|
||
|
import kotlin.Metadata;
|
||
|
import kotlin.reflect.KDeclarationContainer;
|
||
|
|
||
|
/* compiled from: localVariableReferences.kt */
|
||
|
@Metadata(d1 = {"\u0000\u0018\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0000\b\u0017\u0018\u00002\u00020\u0001B\u0005¢\u0006\u0002\u0010\u0002J\n\u0010\u0003\u001a\u0004\u0018\u00010\u0004H\u0016J\b\u0010\u0005\u001a\u00020\u0006H\u0016¨\u0006\u0007"}, d2 = {"Lkotlin/jvm/internal/LocalVariableReference;", "Lkotlin/jvm/internal/PropertyReference0;", "()V", "get", "", "getOwner", "Lkotlin/reflect/KDeclarationContainer;", "kotlin-stdlib"}, k = 1, mv = {1, 9, 0}, xi = 48)
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class LocalVariableReference extends PropertyReference0 {
|
||
|
@Override // kotlin.jvm.internal.CallableReference
|
||
|
public KDeclarationContainer getOwner() {
|
||
|
LocalVariableReferencesKt.notSupportedError();
|
||
|
throw new KotlinNothingValueException();
|
||
|
}
|
||
|
|
||
|
@Override // kotlin.reflect.KProperty0
|
||
|
public Object get() {
|
||
|
LocalVariableReferencesKt.notSupportedError();
|
||
|
throw new KotlinNothingValueException();
|
||
|
}
|
||
|
}
|