870fc9284b
#KT-4945 Fixed
11 lines
164 B
Kotlin
Vendored
11 lines
164 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
// ERROR: Unresolved reference: xxx
|
|
|
|
import javax.swing.SwingUtilities
|
|
|
|
fun foo() {
|
|
SwingUtilities.<caret>xxx {
|
|
}
|
|
}
|