82fc221470
So #KT-19282 Fixed
9 lines
129 B
Plaintext
Vendored
9 lines
129 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
Foo().bar().equa<caret>ls("ABC", ignoreCase = true)
|
|
}
|
|
|
|
class Foo {
|
|
fun bar(): String = ""
|
|
}
|