Migrate 1.1 reflection API usages

This commit is contained in:
Ilya Gorbunov
2016-12-23 18:10:09 +03:00
parent 78a3dae314
commit 405a79549a
@@ -20,6 +20,8 @@ import org.jetbrains.kotlin.utils.tryCreateCallableMapping
import javax.script.Invocable
import javax.script.ScriptException
import kotlin.reflect.*
import kotlin.reflect.full.functions
import kotlin.reflect.full.safeCast
@Suppress("unused") // used externally (kotlin.script.utils)
interface KotlinJsr223JvmInvocableScriptEngine : Invocable {