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

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

/**
 * @interface
 */
class JsTypeInterfaceWithCompanion {
 /** @nodts @return {number} */
 static m_getA__int() {
  JsTypeInterfaceWithCompanion.$clinit();
  return JsTypeInterfaceWithCompanion.f_a__com_google_j2cl_readable_kotlin_jsproperties_JsTypeInterfaceWithCompanion_;
 }
 /** @nodts @return {number} */
 static m_getC__int() {
  JsTypeInterfaceWithCompanion.$clinit();
  return JsTypeInterfaceWithCompanion.$static_c__com_google_j2cl_readable_kotlin_jsproperties_JsTypeInterfaceWithCompanion;
 }
 /** @nodts */
 static m_setC__int__void(/** number */ set__) {
  JsTypeInterfaceWithCompanion.$clinit();
  JsTypeInterfaceWithCompanion.$static_c__com_google_j2cl_readable_kotlin_jsproperties_JsTypeInterfaceWithCompanion = set__;
 }
 /** @nodts @return {number} */
 static m_getD__int() {
  JsTypeInterfaceWithCompanion.$clinit();
  return JsTypeInterfaceWithCompanion.$static_d__com_google_j2cl_readable_kotlin_jsproperties_JsTypeInterfaceWithCompanion;
 }
 /** @nodts @return {number} */
 static m_getE__int() {
  JsTypeInterfaceWithCompanion.$clinit();
  return 5;
 }
 /** @return {number} */
 static get c() {
  return (JsTypeInterfaceWithCompanion.$clinit(), JsTypeInterfaceWithCompanion.$static_c__com_google_j2cl_readable_kotlin_jsproperties_JsTypeInterfaceWithCompanion);
 }
 
 static set c(/** number */ value) {
  (JsTypeInterfaceWithCompanion.$clinit(), JsTypeInterfaceWithCompanion.$static_c__com_google_j2cl_readable_kotlin_jsproperties_JsTypeInterfaceWithCompanion = value);
 }
 /** @return {number} */
 static get d() {
  return (JsTypeInterfaceWithCompanion.$clinit(), JsTypeInterfaceWithCompanion.$static_d__com_google_j2cl_readable_kotlin_jsproperties_JsTypeInterfaceWithCompanion);
 }
 /** @nodts */
 static $clinit() {
  JsTypeInterfaceWithCompanion.$clinit = () =>{};
  JsTypeInterfaceWithCompanion.$loadModules();
  JsTypeInterfaceWithCompanion.f_a__com_google_j2cl_readable_kotlin_jsproperties_JsTypeInterfaceWithCompanion_ = 1;
  JsTypeInterfaceWithCompanion.$static_c__com_google_j2cl_readable_kotlin_jsproperties_JsTypeInterfaceWithCompanion = 3;
  JsTypeInterfaceWithCompanion.$static_d__com_google_j2cl_readable_kotlin_jsproperties_JsTypeInterfaceWithCompanion = 4;
 }
 
 static $markImplementor(/** Function */ ctor) {
  ctor.prototype.$implements__com_google_j2cl_readable_kotlin_jsproperties_JsTypeInterfaceWithCompanion = true;
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance != null && !!instance.$implements__com_google_j2cl_readable_kotlin_jsproperties_JsTypeInterfaceWithCompanion;
 }
 
 /** @nodts */
 static $loadModules() {}
}
/**@type {number} @nodts*/
JsTypeInterfaceWithCompanion.f_a__com_google_j2cl_readable_kotlin_jsproperties_JsTypeInterfaceWithCompanion_ = 0;
/**@const {number}*/
JsTypeInterfaceWithCompanion.b = 2;
/**@private {number} @nodts*/
JsTypeInterfaceWithCompanion.$static_c__com_google_j2cl_readable_kotlin_jsproperties_JsTypeInterfaceWithCompanion = 0;
/**@private {number} @nodts*/
JsTypeInterfaceWithCompanion.$static_d__com_google_j2cl_readable_kotlin_jsproperties_JsTypeInterfaceWithCompanion = 0;
JsTypeInterfaceWithCompanion.$markImplementor(/**@type {Function}*/ (JsTypeInterfaceWithCompanion));
$Util.$setClassMetadataForInterface(/**@type {Function}*/ (JsTypeInterfaceWithCompanion), 'com.google.j2cl.readable.kotlin.jsproperties.JsTypeInterfaceWithCompanion');

exports = JsTypeInterfaceWithCompanion;

//# sourceMappingURL=JsTypeInterfaceWithCompanion.js.map
