blob: 37a29d5d2af15233e7438817e77071524c554b56 [file] [log] [blame]
// IS_APPLICABLE: false
fun test() {
"ABC".equals<caret>("abc")
}