Attempt to preserve partial substitution when detecting expected type for smart completion
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo() {
|
||||
listOf(1, 2).map { <caret> }
|
||||
}
|
||||
|
||||
// EXIST: "i ->"
|
||||
// EXIST: "i: Int ->"
|
||||
Reference in New Issue
Block a user