goog.module('simpleliterals.SimpleLiterals');

goog.require('java.lang.Class');
goog.require('java.lang.Object');
goog.require('nativebootstrap.Long');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.LongUtils');

const SimpleLiterals = goog.require('simpleliterals.SimpleLiterals$impl');
exports = SimpleLiterals;
