6675d7814c
* Add inspection to replace String.format with string templates #KT-14779 Fixed * KT-14779 Fixed
6 lines
79 B
Kotlin
Vendored
6 lines
79 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
|
|
fun test() {
|
|
<caret>String.format("%%")
|
|
} |