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