8 lines
106 B
Plaintext
8 lines
106 B
Plaintext
trait T {
|
|
val v : Int
|
|
}
|
|
|
|
class GC() : T {
|
|
override val v: Int = <selection><caret>0</selection>
|
|
}
|