9 lines
137 B
Plaintext
9 lines
137 B
Plaintext
trait A {
|
|
val String.prop : Int
|
|
}
|
|
|
|
class B : A {
|
|
override val String.prop: Int
|
|
get() = <selection><caret>0</selection>
|
|
}
|