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