82fc221470
So #KT-19282 Fixed
5 lines
70 B
Kotlin
Vendored
5 lines
70 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun test() {
|
|
"ABC".equals<caret>("abc")
|
|
}
|