6 lines
67 B
Kotlin
6 lines
67 B
Kotlin
package first
|
|
|
|
fun firstFun() {
|
|
val a = ""
|
|
a.hello<caret>
|
|
} |