Fixed "Import member" intention shown in the wrong place

This commit is contained in:
Valentin Kipyatkov
2015-11-16 18:35:35 +03:00
parent bf99f91d83
commit fdc7c75f5b
3 changed files with 17 additions and 3 deletions
@@ -0,0 +1,9 @@
// IS_APPLICABLE: false
// WITH_RUNTIME
import javax.swing.SwingUtilities
fun foo() {
<caret>SwingUtilities.invokeLater {
}
}