Minor changes on code review

This commit is contained in:
Valentin Kipyatkov
2015-11-09 15:36:11 +03:00
parent 9968345845
commit 4943a9fb35
2 changed files with 6 additions and 3 deletions
@@ -1,9 +1,9 @@
fun foo() {
invoke<caret>
i<caret>
}
// INVOCATION_COUNT: 2
// EXIST_JAVA_ONLY: { allLookupStrings: "invokeLater", itemText: "SwingUtilities.invokeLater", tailText: "(Runnable!) (javax.swing)", typeText: "Unit", attributes: "" }
// EXIST_JAVA_ONLY: { allLookupStrings: "invokeAndWait", itemText: "SwingUtilities.invokeAndWait", tailText: "(Runnable!) (javax.swing)", typeText: "Unit", attributes: "" }
// EXIST_JAVA_ONLY: { allLookupStrings: "invokeLater", itemText: "SwingUtilities.invokeLater", tailText: " {...} ((() -> Unit)!) (javax.swing)", typeText: "Unit", attributes: "" }
// ABSENT: { itemText: "SwingUtilities.convertScreenLocationToParent" }
// ABSENT: { itemText: "SwingUtilities.installSwingDropTargetAsNecessary" }