Files
kotlin-fork/idea/testData/refactoring/nameSuggester/GetterSure.kt
T
2012-09-17 18:00:21 +04:00

10 lines
106 B
Kotlin
Vendored

fun getFooGoo(): String? = "text"
fun a() {
<selection>getFooGoo()!!</selection>
}
/*
fooGoo
goo
s
*/