8 lines
60 B
Kotlin
8 lines
60 B
Kotlin
trait T {
|
|
val v : Int
|
|
}
|
|
|
|
class GC() : T {
|
|
<caret>
|
|
}
|