9 lines
123 B
Kotlin
Vendored
9 lines
123 B
Kotlin
Vendored
fun String.checkIt(s: String): Boolean = true
|
|
|
|
fun foo(s: String) {
|
|
if (s.<caret>)
|
|
}
|
|
|
|
// ELEMENT: checkIt
|
|
// CHAR: '!'
|