bb808b5620
Moved tests for completion and their test data into module idea-completion
7 lines
96 B
Plaintext
Vendored
7 lines
96 B
Plaintext
Vendored
import java.io.File
|
|
|
|
fun foo(p: java.io.File?){ }
|
|
|
|
fun bar(o: Any){
|
|
foo(o as? File)<caret>
|
|
} |