Renamed tests
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun foo(p: (Int) -> Unit){}
|
||||
|
||||
fun bar() {
|
||||
foo(<caret>)
|
||||
}
|
||||
|
||||
fun f(){}
|
||||
fun f(i: Int){}
|
||||
|
||||
// EXIST: ::f
|
||||
Reference in New Issue
Block a user