30 lines
956 B
Java
30 lines
956 B
Java
package V2;
|
|
|
|
import a.AbstractC0106b;
|
|
import java.lang.reflect.Constructor;
|
|
import java.lang.reflect.Field;
|
|
import java.lang.reflect.Method;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class a extends AbstractC0106b {
|
|
@Override // a.AbstractC0106b
|
|
public final Method j(Class cls, Field field) {
|
|
throw new UnsupportedOperationException("Records are not supported on this JVM, this method should not be called");
|
|
}
|
|
|
|
@Override // a.AbstractC0106b
|
|
public final Constructor k(Class cls) {
|
|
throw new UnsupportedOperationException("Records are not supported on this JVM, this method should not be called");
|
|
}
|
|
|
|
@Override // a.AbstractC0106b
|
|
public final String[] o(Class cls) {
|
|
throw new UnsupportedOperationException("Records are not supported on this JVM, this method should not be called");
|
|
}
|
|
|
|
@Override // a.AbstractC0106b
|
|
public final boolean t(Class cls) {
|
|
return false;
|
|
}
|
|
}
|