goog.module('bridgejsmethod.Main.L');

goog.require('bridgejsmethod.Main.K');
goog.require('java.lang.String');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

const L = goog.require('bridgejsmethod.Main.L$impl');
exports = L;
