11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
// "Import" "true"
|
|
// ERROR: Please specify constructor invocation; classifier 'HTMLStyleElement' does not have a companion object
|
|
|
|
package test
|
|
|
|
import kotlin.js.dom.html.HTMLStyleElement
|
|
|
|
fun foo() {
|
|
HTMLStyleElement
|
|
}
|