Completion: escaping of named arguments
This commit is contained in:
@@ -3,5 +3,5 @@ fun small(first: Int, second: Int) {
|
||||
|
||||
fun test() = small(12, <caret>)
|
||||
|
||||
// ABSENT: first
|
||||
// EXIST: second
|
||||
// ABSENT: "first ="
|
||||
// EXIST: "second ="
|
||||
Reference in New Issue
Block a user