blob: d1e0a761c0ae42ebfc715cd69b1287ff7b99e43f [file] [log] [blame]
// INTENTION_TEXT: "Import members from 'javax.swing.SwingUtilities'"
// WITH_RUNTIME
// ERROR: Unresolved reference: unresolved
import javax.swing.SwingUtilities
import javax.swing.SwingUtilities.*
fun foo() {
invokeLater { }
val bottom = <caret>BOTTOM
invokeAndWait {
invokeLater { }
}
val horizontal = HORIZONTAL
SwingUtilities.unresolved
}