goog.module('delegatedproperties.DelegatedPropertiesKt$impl');

const j_l_Object = goog.require('java.lang.Object$impl');
const $Util = goog.require('nativebootstrap.Util$impl');

let PropertyDelegate = goog.forwardDeclare('delegatedproperties.PropertyDelegate$impl');
let WithDelegatedProperty = goog.forwardDeclare('delegatedproperties.WithDelegatedProperty$impl');
let j_l_String = goog.forwardDeclare('java.lang.String$impl');
let Unit = goog.forwardDeclare('kotlin.Unit$impl');
let Function0 = goog.forwardDeclare('kotlin.jvm.functions.Function0$impl');
let Function1 = goog.forwardDeclare('kotlin.jvm.functions.Function1$impl');
let Function2 = goog.forwardDeclare('kotlin.jvm.functions.Function2$impl');
let MutableKProperty0Impl = goog.forwardDeclare('kotlin.jvm.internal.MutableKProperty0Impl$impl');
let MutableKProperty1Impl = goog.forwardDeclare('kotlin.jvm.internal.MutableKProperty1Impl$impl');
let $Casts = goog.forwardDeclare('vmbootstrap.Casts$impl');

/**
 * @final
 */
class DelegatedPropertiesKt extends j_l_Object {
 /** @protected @nodts */
 constructor() {
  super();
 }
 /** @nodts @return {!DelegatedPropertiesKt} */
 static $create__() {
  DelegatedPropertiesKt.$clinit();
  let $instance = new DelegatedPropertiesKt();
  $instance.$ctor__delegatedproperties_DelegatedPropertiesKt__void();
  return $instance;
 }
 /** @nodts */
 $ctor__delegatedproperties_DelegatedPropertiesKt__void() {
  this.$ctor__java_lang_Object__void();
 }
 /** @nodts @return {string} */
 static m_getTopLevelDelegatedProperty__java_lang_String() {
  DelegatedPropertiesKt.$clinit();
  return DelegatedPropertiesKt.f_topLevelDelegatedProperty$delegate__delegatedproperties_DelegatedPropertiesKt_.m_getValue__java_lang_Object__kotlin_reflect_KProperty__java_lang_String(null, /**@type {!MutableKProperty0Impl<string>}*/ (MutableKProperty0Impl.$create__kotlin_jvm_functions_Function0__kotlin_jvm_functions_Function1(Function0.$adapt(/**  @return {?}*/ (() =>{
   return DelegatedPropertiesKt.m_getTopLevelDelegatedProperty__java_lang_String();
  })), Function1.$adapt(/**  @return {?}*/ ((/** ? */ arg0) =>{
   return DelegatedPropertiesKt.m_setTopLevelDelegatedProperty__java_lang_String__void(/**@type {string}*/ ($Casts.$to(arg0, j_l_String)));
  })))));
 }
 /** @nodts */
 static m_setTopLevelDelegatedProperty__java_lang_String__void(/** string */ set__) {
  DelegatedPropertiesKt.$clinit();
  DelegatedPropertiesKt.f_topLevelDelegatedProperty$delegate__delegatedproperties_DelegatedPropertiesKt_.m_setValue__java_lang_Object__kotlin_reflect_KProperty__java_lang_String__void(null, /**@type {!MutableKProperty0Impl<string>}*/ (MutableKProperty0Impl.$create__kotlin_jvm_functions_Function0__kotlin_jvm_functions_Function1(Function0.$adapt(/**  @return {?}*/ (() =>{
   return DelegatedPropertiesKt.m_getTopLevelDelegatedProperty__java_lang_String();
  })), Function1.$adapt(/**  @return {?}*/ ((/** ? */ arg0) =>{
   return DelegatedPropertiesKt.m_setTopLevelDelegatedProperty__java_lang_String__void(/**@type {string}*/ ($Casts.$to(arg0, j_l_String)));
  })))), set__);
  return;
 }
 /** @nodts @return {string} */
 static m_getDelegatedExtensionProperty__delegatedproperties_WithDelegatedProperty__java_lang_String(/** !WithDelegatedProperty */ this_1) {
  DelegatedPropertiesKt.$clinit();
  return DelegatedPropertiesKt.f_delegatedExtensionProperty$delegate__delegatedproperties_DelegatedPropertiesKt_.m_getValue__java_lang_Object__kotlin_reflect_KProperty__java_lang_String(this_1, /**@type {!MutableKProperty1Impl<!WithDelegatedProperty, string>}*/ (MutableKProperty1Impl.$create__kotlin_jvm_functions_Function1__kotlin_jvm_functions_Function2(Function1.$adapt(/**  @return {?}*/ ((/** ? */ arg0) =>{
   return DelegatedPropertiesKt.m_getDelegatedExtensionProperty__delegatedproperties_WithDelegatedProperty__java_lang_String(/**@type {!WithDelegatedProperty}*/ ($Casts.$to(arg0, WithDelegatedProperty)));
  })), Function2.$adapt(/**  @return {?}*/ ((/** ? */ arg0_1, /** ? */ arg1) =>{
   return DelegatedPropertiesKt.m_setDelegatedExtensionProperty__delegatedproperties_WithDelegatedProperty__java_lang_String__void(/**@type {!WithDelegatedProperty}*/ ($Casts.$to(arg0_1, WithDelegatedProperty)), /**@type {string}*/ ($Casts.$to(arg1, j_l_String)));
  })))));
 }
 /** @nodts */
 static m_setDelegatedExtensionProperty__delegatedproperties_WithDelegatedProperty__java_lang_String__void(/** !WithDelegatedProperty */ this_1, /** string */ set__) {
  DelegatedPropertiesKt.$clinit();
  DelegatedPropertiesKt.f_delegatedExtensionProperty$delegate__delegatedproperties_DelegatedPropertiesKt_.m_setValue__java_lang_Object__kotlin_reflect_KProperty__java_lang_String__void(this_1, /**@type {!MutableKProperty1Impl<!WithDelegatedProperty, string>}*/ (MutableKProperty1Impl.$create__kotlin_jvm_functions_Function1__kotlin_jvm_functions_Function2(Function1.$adapt(/**  @return {?}*/ ((/** ? */ arg0) =>{
   return DelegatedPropertiesKt.m_getDelegatedExtensionProperty__delegatedproperties_WithDelegatedProperty__java_lang_String(/**@type {!WithDelegatedProperty}*/ ($Casts.$to(arg0, WithDelegatedProperty)));
  })), Function2.$adapt(/**  @return {?}*/ ((/** ? */ arg0_1, /** ? */ arg1) =>{
   return DelegatedPropertiesKt.m_setDelegatedExtensionProperty__delegatedproperties_WithDelegatedProperty__java_lang_String__void(/**@type {!WithDelegatedProperty}*/ ($Casts.$to(arg0_1, WithDelegatedProperty)), /**@type {string}*/ ($Casts.$to(arg1, j_l_String)));
  })))), set__);
  return;
 }
 /** @nodts */
 static $clinit() {
  DelegatedPropertiesKt.$clinit = () =>{};
  DelegatedPropertiesKt.$loadModules();
  j_l_Object.$clinit();
  DelegatedPropertiesKt.f_topLevelDelegatedProperty$delegate__delegatedproperties_DelegatedPropertiesKt_ = PropertyDelegate.$create__();
  DelegatedPropertiesKt.f_delegatedExtensionProperty$delegate__delegatedproperties_DelegatedPropertiesKt_ = PropertyDelegate.$create__();
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance instanceof DelegatedPropertiesKt;
 }
 
 /** @nodts */
 static $loadModules() {
  PropertyDelegate = goog.module.get('delegatedproperties.PropertyDelegate$impl');
  WithDelegatedProperty = goog.module.get('delegatedproperties.WithDelegatedProperty$impl');
  j_l_String = goog.module.get('java.lang.String$impl');
  Function0 = goog.module.get('kotlin.jvm.functions.Function0$impl');
  Function1 = goog.module.get('kotlin.jvm.functions.Function1$impl');
  Function2 = goog.module.get('kotlin.jvm.functions.Function2$impl');
  MutableKProperty0Impl = goog.module.get('kotlin.jvm.internal.MutableKProperty0Impl$impl');
  MutableKProperty1Impl = goog.module.get('kotlin.jvm.internal.MutableKProperty1Impl$impl');
  $Casts = goog.module.get('vmbootstrap.Casts$impl');
 }
}
/**@type {!PropertyDelegate} @nodts*/
DelegatedPropertiesKt.f_topLevelDelegatedProperty$delegate__delegatedproperties_DelegatedPropertiesKt_;
/**@type {!PropertyDelegate} @nodts*/
DelegatedPropertiesKt.f_delegatedExtensionProperty$delegate__delegatedproperties_DelegatedPropertiesKt_;
$Util.$setClassMetadata(DelegatedPropertiesKt, 'delegatedproperties.DelegatedPropertiesKt');

exports = DelegatedPropertiesKt;

//# sourceMappingURL=DelegatedPropertiesKt.js.map
