4b9bcce07a
#KT-4431 Fixed
9 lines
120 B
Plaintext
9 lines
120 B
Plaintext
trait T {
|
|
val v : Int
|
|
}
|
|
|
|
class GC() : T {
|
|
override val v: Int
|
|
get() = <selection><caret>0</selection>
|
|
}
|