bb808b5620
Moved tests for completion and their test data into module idea-completion
8 lines
106 B
Kotlin
Vendored
8 lines
106 B
Kotlin
Vendored
// For KT-2796
|
|
|
|
fun test() {
|
|
val bVal = 1
|
|
b<caret>.app().app() // b is not there
|
|
}
|
|
|
|
// EXIST: bVal |