public class net.bytebuddy.benchmark.ClassByExtensionBenchmark$ByteBuddyPrefixInterceptor extends java.lang.Object
{
private void <init>()
{
java.lang.UnsupportedOperationException v;
net.bytebuddy.benchmark.ClassByExtensionBenchmark$ByteBuddyPrefixInterceptor v;
v := @this: net.bytebuddy.benchmark.ClassByExtensionBenchmark$ByteBuddyPrefixInterceptor;
specialinvoke v.<java.lang.Object: void <init>()>();
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>()>();
throw v;
}
public static void intercept()
{
return;
}
}