d08b18f5f8
Converted from the relevant intention Reported cases: one-liners, whens Also, more exact caret detection in local inspection tests
8 lines
144 B
Plaintext
Vendored
8 lines
144 B
Plaintext
Vendored
open class A {
|
|
public open fun foo(): String = ""
|
|
}
|
|
|
|
class B : A() {
|
|
public override fun foo()<selection>: String</selection> = "abc"
|
|
}
|