JS: Remove unsupported Enumeration declaration.

Relates to #KT-7480
This commit is contained in:
Ilya Gorbunov
2016-02-27 01:23:39 +03:00
parent e5dbb65ff7
commit 0cd0554078
3 changed files with 3 additions and 7 deletions
-6
View File
@@ -122,12 +122,6 @@ public open class LinkedHashMap<K, V>(
@library
public open class NoSuchElementException(message: String? = null) : Exception() {}
@library
public interface Enumeration<E> {
public fun hasMoreElements(): Boolean
public fun nextElement(): E
}
@native
public class Date() {
public fun getTime(): Int = noImpl