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

9 lines
188 B
Kotlin

// "Import" "true"
// ERROR: Please specify constructor invocation; classifier 'HTMLStyleElement' does not have a companion object
package test
fun foo() {
<caret>HTMLStyleElement
}