Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
idea
/
resources-en
/
inspectionDescriptions
/
ReplaceSubstringWithIndexingOperation.html
blob: 51c1d56fb5983b719656cfa5da8e17ca8685d99a [
file
] [
edit
]
<html>
<body>
This inspection reports calls like
<b>
"abc".substring(0, 1)
</b>
replaceable with
<b>
"abc"[0]
</b>
.
</body>
</html>