Renamed some intentions + test data dirs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun test() {
|
||||
class Test {
|
||||
fun invoke(fn: () -> Unit) {}
|
||||
}
|
||||
val test = Test()
|
||||
test.i<caret>nvoke {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user