652b9e78c3
#KT-1888 fixed
7 lines
61 B
Kotlin
7 lines
61 B
Kotlin
trait A {
|
|
fun String.foo()
|
|
}
|
|
|
|
class B : A {
|
|
<caret>
|
|
} |