Fix testData in smart completion test
(abbreviation is preserved for 'arrayListOf').
This commit is contained in:
@@ -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> */" }
|
||||
|
||||
Reference in New Issue
Block a user