/**
 * @return {string}
 * @public
 */
InnerClass.prototype.nativeInstanceMethod = function() {
  return 'nativeInstanceMethod';
};
