Files
kotlin-fork/idea/testData/quickfix/autoImports/libraryClassJsRuntime.kt.after
T

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
}