goog.module('delegatedproperties.WithDelegatedProperty');

goog.require('delegatedproperties.DelegateProvider');
goog.require('delegatedproperties.PropertyDelegate');
goog.require('java.lang.Object');
goog.require('java.lang.String');
goog.require('kotlin.Unit');
goog.require('kotlin.jvm.functions.Function0');
goog.require('kotlin.jvm.functions.Function1');
goog.require('kotlin.jvm.functions.Function2');
goog.require('kotlin.jvm.internal.LocalVariableKPropertyImpl');
goog.require('kotlin.jvm.internal.MutableKProperty0Impl');
goog.require('kotlin.jvm.internal.MutableKProperty1Impl');
goog.require('kotlin.reflect.KMutableProperty0');
goog.require('kotlin.reflect.KProperty0');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

const WithDelegatedProperty = goog.require('delegatedproperties.WithDelegatedProperty$impl');
exports = WithDelegatedProperty;
