JS: Remove unsupported Enumeration declaration.
Relates to #KT-7480
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user