9 lines
121 B
Kotlin
Vendored
9 lines
121 B
Kotlin
Vendored
package testing
|
|
|
|
fun someFun() {
|
|
"".hello<caret>
|
|
}
|
|
|
|
// EXIST: helloProp1, helloProp2
|
|
// ABSENT: helloProp3, helloProp4
|