Drop traits with required classes
#KT-4771 Rejected
This commit is contained in:
@@ -187,7 +187,7 @@ public native trait HTMLOptionsCollection {
|
||||
}
|
||||
|
||||
deprecated("Use declarations from org.w3c.dom instead")
|
||||
public native trait HTMLDocument : Document {
|
||||
public native class HTMLDocument : Document() {
|
||||
public native fun open(): Unit
|
||||
public native fun write(text: String): Unit
|
||||
public native fun writeln(text: String): Unit
|
||||
|
||||
Reference in New Issue
Block a user