Moved and renamed tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun foo(p: (String, StringBuilder) -> Unit){}
|
||||
fun foo(p: (String) -> Unit){}
|
||||
|
||||
fun bar() {
|
||||
foo({ s, stringBuilder -> <caret> })
|
||||
}
|
||||
|
||||
// ELEMENT: "{ String, StringBuilder -> ... }"
|
||||
Reference in New Issue
Block a user