10 lines
106 B
Kotlin
Vendored
10 lines
106 B
Kotlin
Vendored
fun getFooGoo(): String? = "text"
|
|
|
|
fun a() {
|
|
<selection>getFooGoo()!!</selection>
|
|
}
|
|
/*
|
|
fooGoo
|
|
goo
|
|
s
|
|
*/ |