Fix testData in smart completion test

(abbreviation is preserved for 'arrayListOf').
This commit is contained in:
Dmitry Petrov
2017-01-30 10:51:47 +03:00
parent 7bd6314ee1
commit 77ea0614f9
@@ -6,4 +6,4 @@ fun f(){
// EXIST: { lookupString: "listOf", tailText: "() (kotlin.collections)", typeText: "List<String>" }
// EXIST: { lookupString: "listOf", tailText: "(vararg elements: String) (kotlin.collections)", typeText: "List<String>" }
// EXIST: { lookupString: "arrayListOf", tailText: "(vararg elements: String) (kotlin.collections)", typeText: "ArrayList<String>" }
// EXIST: { lookupString: "arrayListOf", tailText: "(vararg elements: String) (kotlin.collections)", typeText: "ArrayList<String> /* = ArrayList<String> */" }