2020-05-01 16:37:13 +08:00

20 lines
351 B
JavaScript

// source: test.proto
/**
* @fileoverview
* @enhanceable
* @suppress {messageConventions} JS Compiler reports an error if a variable or
* field starts with 'MSG_' and isn't a translatable message.
* @public
*/
// GENERATED CODE -- DO NOT EDIT!
goog.provide('proto.example.FOO');
/**
* @enum {number}
*/
proto.example.FOO = {
X: 17
};