Grouped test data for smart completion by folders
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun foo(p: () -> Unit){}
|
||||
|
||||
fun bar() {
|
||||
foo(<caret>)
|
||||
}
|
||||
|
||||
fun f(){}
|
||||
fun f(i: Int){}
|
||||
|
||||
// ABSENT: ::f
|
||||
Reference in New Issue
Block a user