Files
kotlin-fork/idea/testData/refactoring/nameSuggester/NameClassCamelHump.kt
T
Alefas 1d88960a19 Name suggester + tests.
Fixed commented introduce variable tests.
2012-02-07 18:22:38 +04:00

11 lines
139 B
Kotlin
Vendored

class StringBuilder(s: String) {}
fun a() {
val s = StringBuilder("text")
<selection>s</selection>
}
/*
builder
s
stringBuilder
*/