goog.module('characterliteral.CharacterLiteral');

goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

const CharacterLiteral = goog.require('characterliteral.CharacterLiteral$impl');
exports = CharacterLiteral;
