bb808b5620
Moved tests for completion and their test data into module idea-completion
12 lines
153 B
Plaintext
Vendored
12 lines
153 B
Plaintext
Vendored
import ppp.globalFun
|
|
|
|
object XXX {
|
|
fun authorize(handler: String.() -> Unit) { }
|
|
}
|
|
|
|
fun f() {
|
|
XXX.authorize {
|
|
globalFun()<caret>
|
|
}
|
|
}
|