Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
refactoring
/
nameSuggester
/
NameClassCamelHump.kt
blob: f742b9bff9610effc9196e08aea26ed2e83f8b33 [
file
]
class
StringBuilder
(
s
:
String
)
{}
fun a
()
{
val s
=
StringBuilder
(
"text"
)
<selection>
s
</
selection
>
}
/*
builder
s
stringBuilder
*/