bb808b5620
Moved tests for completion and their test data into module idea-completion
9 lines
93 B
Plaintext
Vendored
9 lines
93 B
Plaintext
Vendored
package sample
|
|
|
|
fun foo(s: String){
|
|
val s1: String = s<caret>
|
|
}
|
|
|
|
//ELEMENT: s
|
|
//CHAR: \t
|