goog.module('com.google.j2cl.readable.kotlin.jsproperties.InterfaceWithCompanion$impl');

const $Util = goog.require('nativebootstrap.Util$impl');

/**
 * @interface
 */
class InterfaceWithCompanion {
 /** @nodts @return {number} */
 static m_getA__int() {
  InterfaceWithCompanion.$clinit();
  return InterfaceWithCompanion.f_a__com_google_j2cl_readable_kotlin_jsproperties_InterfaceWithCompanion_;
 }
 /** @nodts @return {number} */
 static m_getC__int() {
  InterfaceWithCompanion.$clinit();
  return InterfaceWithCompanion.f_c__com_google_j2cl_readable_kotlin_jsproperties_InterfaceWithCompanion_;
 }
 /** @nodts */
 static m_setC__int__void(/** number */ set__) {
  InterfaceWithCompanion.$clinit();
  InterfaceWithCompanion.f_c__com_google_j2cl_readable_kotlin_jsproperties_InterfaceWithCompanion_ = set__;
 }
 /** @nodts @return {number} */
 static m_getD__int() {
  InterfaceWithCompanion.$clinit();
  return InterfaceWithCompanion.$static_d__com_google_j2cl_readable_kotlin_jsproperties_InterfaceWithCompanion;
 }
 /** @nodts @return {number} */
 static m_getE__int() {
  InterfaceWithCompanion.$clinit();
  return 5;
 }
 /** @nodts @return {number} */
 static get f_d__com_google_j2cl_readable_kotlin_jsproperties_InterfaceWithCompanion() {
  return (InterfaceWithCompanion.$clinit(), InterfaceWithCompanion.$static_d__com_google_j2cl_readable_kotlin_jsproperties_InterfaceWithCompanion);
 }
 /** @nodts */
 static $clinit() {
  InterfaceWithCompanion.$clinit = () =>{};
  InterfaceWithCompanion.$loadModules();
  InterfaceWithCompanion.f_a__com_google_j2cl_readable_kotlin_jsproperties_InterfaceWithCompanion_ = 1;
  InterfaceWithCompanion.f_c__com_google_j2cl_readable_kotlin_jsproperties_InterfaceWithCompanion_ = 3;
  InterfaceWithCompanion.$static_d__com_google_j2cl_readable_kotlin_jsproperties_InterfaceWithCompanion = 4;
 }
 
 static $markImplementor(/** Function */ ctor) {
  ctor.prototype.$implements__com_google_j2cl_readable_kotlin_jsproperties_InterfaceWithCompanion = true;
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance != null && !!instance.$implements__com_google_j2cl_readable_kotlin_jsproperties_InterfaceWithCompanion;
 }
 
 /** @nodts */
 static $loadModules() {}
}
/**@type {number} @nodts*/
InterfaceWithCompanion.f_a__com_google_j2cl_readable_kotlin_jsproperties_InterfaceWithCompanion_ = 0;
/**@const {number} @nodts*/
InterfaceWithCompanion.f_b__com_google_j2cl_readable_kotlin_jsproperties_InterfaceWithCompanion = 2;
/**@type {number} @nodts*/
InterfaceWithCompanion.f_c__com_google_j2cl_readable_kotlin_jsproperties_InterfaceWithCompanion_ = 0;
/**@private {number} @nodts*/
InterfaceWithCompanion.$static_d__com_google_j2cl_readable_kotlin_jsproperties_InterfaceWithCompanion = 0;
InterfaceWithCompanion.$markImplementor(/**@type {Function}*/ (InterfaceWithCompanion));
$Util.$setClassMetadataForInterface(/**@type {Function}*/ (InterfaceWithCompanion), 'com.google.j2cl.readable.kotlin.jsproperties.InterfaceWithCompanion');

exports = InterfaceWithCompanion;

//# sourceMappingURL=InterfaceWithCompanion.js.map
