goog.module('functiontype.FunctionTypeKt');

goog.require('functiontype.IntTransformer');
goog.require('java.lang.Integer');
goog.require('java.lang.Number');
goog.require('java.lang.Object');
goog.require('java.lang.String');
goog.require('kotlin.jvm.functions.Function0');
goog.require('kotlin.jvm.functions.Function1');
goog.require('kotlin.jvm.functions.Function2');
goog.require('kotlin.jvm.functions.Function3');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Casts');

const FunctionTypeKt = goog.require('functiontype.FunctionTypeKt$impl');
exports = FunctionTypeKt;
