Merged 2 tests
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@ fun foo(): Boolean {
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 1
|
||||
// WITH_ORDER: true
|
||||
// EXIST: { lookupString: "return", itemText: "return", tailText: null, attributes: "bold" }
|
||||
// EXIST: { lookupString: "return true", itemText: "return true", tailText: null, attributes: "bold" }
|
||||
// EXIST: { lookupString: "return false", itemText: "return false", tailText: null, attributes: "bold" }
|
||||
// EXIST: { lookupString: "return true", itemText: "return true", tailText: null, attributes: "bold" }
|
||||
// NOTHING_ELSE
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
fun foo(): Boolean {
|
||||
ret<caret>
|
||||
}
|
||||
|
||||
// ORDER: return
|
||||
// ORDER: return false
|
||||
// ORDER: return true
|
||||
-6
@@ -137,12 +137,6 @@ public class BasicCompletionWeigherTestGenerated extends AbstractBasicCompletion
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("ReturnBoolean.kt")
|
||||
public void testReturnBoolean() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("idea/idea-completion/testData/weighers/basic/ReturnBoolean.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("idea/idea-completion/testData/weighers/basic/expectedInfo")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
Reference in New Issue
Block a user