JS: use read-only AbstractList as a base class for read-only collection implementations.

This commit is contained in:
Ilya Gorbunov
2016-09-20 01:25:58 +03:00
parent 7dde8df9ae
commit ec6dbe7441
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -17,7 +17,6 @@
package kotlin.text
import kotlin.text.js.*
import java.util.*
/**
* Provides enumeration values to use to set regular expression options.
-1
View File
@@ -4,7 +4,6 @@ import org.w3c.dom.*
import org.w3c.dom.DOMTokenList
import org.w3c.dom.HTMLCollection
import org.w3c.dom.HTMLElement
import java.util.*
/** Searches for elements using the element name, an element ID (if prefixed with dot) or element class (if prefixed with #) */
operator fun Document?.get(selector: String): List<Element> {