652b9e78c3
#KT-1888 fixed
7 lines
66 B
Kotlin
7 lines
66 B
Kotlin
trait A {
|
|
val String.prop : Int
|
|
}
|
|
|
|
class B : A {
|
|
<caret>
|
|
} |