JS declarations: added eval, typeof, undefined.

#KT-4136 Fixed
This commit is contained in:
Zalim Bashorov
2014-12-24 16:02:13 +03:00
parent 0988d6cace
commit 9ab045e598
14 changed files with 81 additions and 60 deletions
@@ -9,9 +9,6 @@ var arr: dynamic = noImpl
native
var baz: dynamic = noImpl
native
val undefined: Nothing? = noImpl
object t {
override fun toString() = "object t {}"
}