class org.springframework.beans.BeanUtils$KotlinDelegate
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.beans.BeanUtils$KotlinDelegate
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.BeanUtils$KotlinDelegate this
         0: .line 808
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.beans.BeanUtils$KotlinDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/BeanUtils$KotlinDelegate;

  public static <T> java.lang.reflect.Constructor<T> findPrimaryConstructor(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 819
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tKFunction cannot be resolved to a type\n\tKClasses cannot be resolved\n\tJvmClassMappingKt cannot be resolved\n\tReflectJvmMapping cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)Ljava/lang/reflect/Constructor<TT;>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
       Name  Flags
      clazz  

  public static <T> T instantiateClass(java.lang.reflect.Constructor<T>, []);
    descriptor: (Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
         0: .line 844
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tKFunction cannot be resolved to a type\n\tReflectJvmMapping cannot be resolved\n\tKCallablesJvm cannot be resolved\n\tKParameter cannot be resolved to a type\n\tKParameter cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException, java.lang.InstantiationException
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/reflect/Constructor<TT;>;[Ljava/lang/Object;)TT;
    MethodParameters:
      Name  Flags
      ctor  
      args  
}
SourceFile: "BeanUtils.java"
NestHost: org.springframework.beans.BeanUtils
InnerClasses:
  private KotlinDelegate = org.springframework.beans.BeanUtils$KotlinDelegate of org.springframework.beans.BeanUtils