9 lines
131 B
Kotlin
Vendored
9 lines
131 B
Kotlin
Vendored
import kotlin.text.capitalize as xxx
|
|
|
|
/**
|
|
* [String.x<caret>]
|
|
*/
|
|
fun foo(){}
|
|
|
|
// EXIST: { lookupString: "xxx", itemText: "xxx" }
|