goog.module('lateinit.ClassWithLateInitProperty');

goog.require('java.lang.Object');
goog.require('kotlin.jvm.internal.Intrinsics');
goog.require('nativebootstrap.Equality');
goog.require('nativebootstrap.Util');

const ClassWithLateInitProperty = goog.require('lateinit.ClassWithLateInitProperty$impl');
exports = ClassWithLateInitProperty;
