goog.module('intersectiontype.IntersectionTypeTest.EmptyB$impl');

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

/**
 * @interface
 */
class EmptyB {
 /** @nodts */
 static $clinit() {
  EmptyB.$clinit = () =>{};
  EmptyB.$loadModules();
 }
 
 static $markImplementor(/** Function */ ctor) {
  ctor.prototype.$implements__intersectiontype_IntersectionTypeTest_EmptyB = true;
 }
 /** @nodts @return {boolean} */
 static $isInstance(/** ? */ instance) {
  return instance != null && !!instance.$implements__intersectiontype_IntersectionTypeTest_EmptyB;
 }
 
 /** @nodts */
 static $loadModules() {}
}
EmptyB.$markImplementor(/**@type {Function}*/ (EmptyB));
$Util.$setClassMetadataForInterface(/**@type {Function}*/ (EmptyB), 'intersectiontype.IntersectionTypeTest$EmptyB');

exports = EmptyB;

//# sourceMappingURL=IntersectionTypeTest$EmptyB.js.map
