bb808b5620
Moved tests for completion and their test data into module idea-completion
10 lines
90 B
Plaintext
Vendored
10 lines
90 B
Plaintext
Vendored
class C(i: Int){}
|
|
|
|
fun foo(p: (Int) -> C){}
|
|
|
|
fun bar(){
|
|
foo(<caret>)
|
|
}
|
|
|
|
// EXIST: ::C
|