K1: Adjust positioning for NO_CONTEXT_RECEIVER
This commit is contained in:
+2
-2
@@ -14,5 +14,5 @@ fun test() {
|
||||
with(f) {
|
||||
listOf(1, 2, 3).iterator(null)
|
||||
}
|
||||
listOf(1, 2, 3).<!NO_CONTEXT_RECEIVER!><!NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>iterator<!>(null)<!>
|
||||
}
|
||||
listOf(1, 2, 3).<!NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER, NO_CONTEXT_RECEIVER!>iterator<!>(null)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user