Intention to import members with '*'
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import javax.swing.SwingUtilities
|
||||
<spot>import javax.swing.SwingUtilities.*</spot>
|
||||
|
||||
fun foo() {
|
||||
SwingUtilities.invokeLater { }
|
||||
SwingUtilities.invokeAndWait()
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
import javax.swing.SwingUtilities
|
||||
|
||||
fun foo() {
|
||||
<spot>SwingUtilities.</spot>invokeLater { }
|
||||
<spot>SwingUtilities.</spot>invokeAndWait()
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention converts selected qualified reference into simple reference and adds import for corresponding class.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user